Hi,

I have a question about request forwarding. 

We use three filters in the chain, the very first filter
wraps HttpServeletRequest( it extends HttpServletRequestWrapper)
and passes down the chain. The third filter forwards
the request to different jsp pages based on user input.

What we have experienced is that sometimes the wrapped
request is missing posted parameters while calling 
'getParameter' on the original one (non-wrapped) returns
sth. This happens in a random fashion.

question: which request tomcat forwards: wrapped one or
non-wrapped one? Is there sth we are not doing right?

thanks.


Liu
Capitalthinking.com

Reply via email to