Home
last modified time | relevance | path

Searched refs:matched_path (Results 1 – 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandler.java1743 String matched_path = null; in getContext() local
1764 … if (matched_path == null || context_path.length() > matched_path.length()) in getContext()
1767 matched_path = context_path; in getContext()
1770 if (matched_path.equals(context_path)) in getContext()
1777 if (matched_path == null || context_path.length() > matched_path.length()) in getContext()
1780 matched_path = context_path; in getContext()
1783 if (matched_path.equals(context_path)) in getContext()
1793 matched_path = null; in getContext()
1804 if (matched_path == null || context_path.length() > matched_path.length()) in getContext()
1807 matched_path = context_path; in getContext()
[all …]