Mantis Bugtracker
  

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

- Relationships

- Notes
(0005156)
ferg
04-05-11 17:32

env/0q12
 

- Issue History
Date Modified Username Field Change
03-07-11 10:29 ferg New Issue
04-05-11 17:32 ferg Note Added: 0005156
04-05-11 17:32 ferg Assigned To  => ferg
04-05-11 17:32 ferg Status new => closed
04-05-11 17:32 ferg Resolution open => fixed
04-05-11 17:32 ferg version  => 4.0.16
04-05-11 17:32 ferg Fixed in Version  => 4.0.17


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker