Anonymous | Login | Signup for a new account | 12-17-2024 10:43 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004427 | [Resin] | minor | always | 03-07-11 10:29 | 04-05-11 17:32 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.16 | ||||||
Summary | 0004427: Path.lookup normalization for HTTP normalizes query string | ||||||||
Description |
(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 |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |