Hi,
We're working on getting JetSpeed up and running with some portlets using Velocity and some using JSP. We are seeing behavior where, even using Tomcat 4.1 with a bufferSize set to 100k, when a JSP page calls response.sendRedirect(), nothing happens. The problem appears to be in HttpResponseBase, lines 1132-1133, where it checks to see if it is being called from a RequestDispatcher.include() and if so, it just returns and silently does nothing. This behavior seems odd, since lines 1128-1130 check to see if the response has been committed already, and if so, it throws an Exception. Having said all this, is this a bug? Is there a way to configure this behavior from a config file somewhere? Is there a way for us to compile a version of HttpResponseBase with lines 1132-1133 commented out and for us to drop it somewhere in the Tomcat hierarchy where it will 'override' the default Tomcat version of HttpResponseBase? Thanks for any and all ideas, --Erich -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
