Searched refs:topmostPath (Results 1 – 1 of 1) sorted by relevance
73 String topmostPath = cookie.getPath(); in match() local74 if (topmostPath == null) { in match()75 topmostPath = "/"; in match()77 if (topmostPath.length() > 1 && topmostPath.endsWith("/")) { in match()78 topmostPath = topmostPath.substring(0, topmostPath.length() - 1); in match()80 boolean match = targetpath.startsWith (topmostPath); in match()83 if (match && targetpath.length() != topmostPath.length()) { in match()84 if (!topmostPath.endsWith("/")) { in match()85 match = (targetpath.charAt(topmostPath.length()) == '/'); in match()