|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4427 | minor | always | 03-07-11 10:29 | 04-05-11 17:32 | |
|
|
|||||
| Reporter: | ferg | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.16 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.17 | ||
|
|
|||||
| 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 |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||