Mantis - Resin
Viewing Issue Advanced Details
243 minor always 06-08-05 00:00 01-25-06 18:52
sam  
ferg  
normal  
closed  
3.0.13 fixed  
none    
none 3.0.18  
0000243: multiple request wrappers then forward to jsp
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 [^]



Notes
(0000780)
ferg   
01-25-06 18:52   
server/172p