Mantis - Resin
Viewing Issue Advanced Details
4427 minor always 03-07-11 10:29 04-05-11 17:32
ferg  
ferg  
normal  
closed 4.0.16  
fixed  
none    
none 4.0.17  
0004427: Path.lookup normalization for HTTP normalizes query string
(rep by Deepak Jadhav)

HttpServletRequest req; //object containing Http request

 

String s = req.getRequestURL().toString();

 

Path path = Vfs.lookup(s); //First Lookup for Requested URL

 

String uri = req.getRequestURI();

String qS = req.getQueryString();

uri += '?' + qS;

 

path = path.lookup(uri); //Second lookup for URI


Notes
(0005156)
ferg   
04-05-11 17:32   
env/0q12