We have a filter that wraps request and response for
every incoming request before any of the application
servlets/jsps are invoked. This works well for
application code like requestdispatcher.forward and
requestdispatcher.include. 

However, <jsp:forward> and corresponding
implementation in PageContextImpl.java unwraps the
response object before forwarding it to the desired
jsp/servlet via the requestdispatcher. Is there a
reason why this is done? The comment there is not very
clear.

Thanks
sudesh

P.S: sorry for the repost. Earlier, I accidentally
sent this as a reply to another message.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to