Searched refs:resolvedPath (Results 1 – 1 of 1) sorted by relevance
1214 String resolvedPath; in resolve() local1217 resolvedPath = relative.path; in resolve()1220 resolvedPath = path; in resolve()1224 resolvedPath = path.substring(0, endIndex) + relative.path; in resolve()1226 result.path = UrlUtils.authoritySafePath(result.authority, normalize(resolvedPath, true)); in resolve()