gzilla/show_bug.cgi?id=7852
Closing connections on error causes problems
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
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:
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(