Home
last modified time | relevance | path

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

/aoo42x/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/
H A DMain.java155 String canonicalPath = fileRequest.getCanonicalPath(); in handle() local
156 int lastIndex = canonicalPath.lastIndexOf("."); in handle()
157 String fileExtension = canonicalPath.substring(lastIndex + 1); in handle()

Completed in 10 milliseconds