Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
243 | minor | always | 06-08-05 00:00 | 01-25-06 18:52 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | 3.0.13 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|||||
Summary: | 0000243: multiple request wrappers then forward to jsp | ||||
Description: |
RSN-266 (rep by T Fukada) We have problem at RequestWrapper on Resin3.0.13 We checked RequestWrapper as follow steps: 1.Using filter,we made HttpServletRequestWrapper three times. 2.We wrapped them in order. a.HttpServletRequest b.Test1RequestWrapper c.Test2RequestWrapper d.Test3RequestWrapper 3.By overriding getAttribute method,we can check if RequestWrappe runs properly. 4.We check all RequestWrapper run prooerly in the Servlet which recieved +requests. 5.But in JSP to which Servlet forwarded requests,only Test1RequestWrapper runs. Attached file is test program.You can test by accessing, http://localhost:8080/test/test [^] |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|