You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Sudesh Saoji <sa...@yahoo.com> on 2003/01/24 20:06:50 UTC

Help: Jasper's possibly breaks servlet spec

Jasper's <jsp:forward> and corresponding
implementation in PageContextImpl.java unwraps the
response object before forwarding it to the desired
jsp/servlet via the requestdispatcher.

Does this break the servlet spec? Shouldn't it allow
the HttpServletResponseWrapper object to continue to
the forwarded request?

Thanks Much
sudesh


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>