Searched refs:ctxFile (Results 1 – 1 of 1) sorted by relevance
185 String ctxFile = url.getFile(); in parseContextSpec() local188 int bangSlash = indexOfBangSlash(ctxFile); in parseContextSpec()195 ctxFile = ctxFile.substring(0, bangSlash); in parseContextSpec()197 if (!ctxFile.endsWith("/") && (!spec.startsWith("/"))){ in parseContextSpec()199 int lastSlash = ctxFile.lastIndexOf('/'); in parseContextSpec()205 ctxFile = ctxFile.substring(0, lastSlash + 1); in parseContextSpec()207 return (ctxFile + spec); in parseContextSpec()