DO NOT REPLY [Bug 7852] - Closing connections on error causes problems

2002-04-08 Thread bugzilla
gzilla/show_bug.cgi?id=7852 Closing connections on error causes problems [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 7852] New: - Closing connections on error causes problems

2002-04-08 Thread bugzilla
gzilla/show_bug.cgi?id=7852 Closing connections on error causes problems Summary: Closing connections on error causes problems Product: Tomcat 4 Version: 4.0.3 Final Platform: Other OS/Version: Other Status: NEW Severity:

Closing connections on error causes problems

2002-04-04 Thread Andrew Gerweck
I'm not sure why the code works this way, but I believe it's wrong. On line 279 of org.apache.catalina.connector.http.HttpResponseImpl.java, the following code is found: if (getStatus() < HttpServletResponse.SC_BAD_REQUEST) { if ((!isStreamInitialized()) && (getContentLength(