Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
937 | major | always | 02-14-06 09:46 | 04-07-06 15:23 | |
|
|||||
Reporter: | anonymous | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.14 | ||
Product Build: | Resolution: | not fixable | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0000937: mod_caucho (in apache) passes decoded url to srun | ||||
Description: | mod_caucho with apache (1.3, 2.0, and 2.2) seems to decode all urls before passing them to the srun server. This is a problem in that our application is dependent on URLs that contain product names. These names contain many special characters. The ones that seem to be the most troublesome are "%", "?", and "\". For obvious reasons these characters need to be encoded on the URL until we parse the URL in our struts actions. | ||||
Steps To Reproduce: | |||||
Additional Information: |
try passing the following through a apache/mod_caucho configuration. http://somewebsite/product/Womens%5CFootwear%5CDress_Casual%5CLoafer/prods.do [^] The srun version will show up in the resin access log as: http://somewebsite/product/Womens\Footwear\Dress_Casual\Loafer/prods.do [^] Then do the same through the resin http server. The resin http server will not unencode the URL. Again, view the access log: http://somewebsite/product/Womens%5CFootwear%5CDress_Casual%5CLoafer/prods.do [^] We are running on Redhat 9 (Alos tried on OS X, same results) jdk 1.5 resin 3.0.14 apache 1.3 (I've tried on all three latest versions of apache) |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|