Searched refs:sRequestPath (Results 1 – 1 of 1) sorted by relevance
137 String sRequestPath = xchange.getRequestURI().getPath(); in handle() local138 System.out.println("requested: " + sRequestPath); in handle()139 File fileRequest = new File(new File(".").getCanonicalPath(), sRequestPath); in handle()
Completed in 11 milliseconds