Searched refs:canonicalPath (Results 1 – 1 of 1) sorted by relevance
155 String canonicalPath = fileRequest.getCanonicalPath(); in handle() local156 int lastIndex = canonicalPath.lastIndexOf("."); in handle()157 String fileExtension = canonicalPath.substring(lastIndex + 1); in handle()
Completed in 10 milliseconds