Home
last modified time | relevance | path

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

/aoo4110/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/
H A DMain.java137 String sRequestPath = xchange.getRequestURI().getPath(); in handle() local
138 System.out.println("requested: " + sRequestPath); in handle()
139 File fileRequest = new File(new File(".").getCanonicalPath(), sRequestPath); in handle()

Completed in 19 milliseconds