DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6831>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6831 response.sendRedirect() causes a connection: close Summary: response.sendRedirect() causes a connection: close Product: Tomcat 4 Version: 4.0.2 Final Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When sending a response.sendRedirect() from a servlet, this eventually comes out to the client with a connection: close, and a webpage attached to this. Debugging through, it seems that there is no way to tell it not to send the webpage (and hence, no content length, the connection close). Furthermore, any filters are processed prior to the outputting, so a content length buffering filter is ignored. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>