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=8119>.
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=8119

pageContext.getResponse().flushBuffer() result in Response that never ends and times 
out

           Summary: pageContext.getResponse().flushBuffer() result in
                    Response that never ends and times out
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Please try a trivial JSP

<%@page contentType="text/html"%>
<html>
<head><title>JSP Page</title></head>
<body>
test
<% 
pageContext.getResponse().flushBuffer();
%>

</body>
</html>

to see how generated response never terminates and times out. It's not as 
noticable in 4.0.3. However in 4.0 you would get a header of the last chunk of 
HTTP Response at the end of the HTML.

This bug is introduced in 4.0.x for 3.3.x does not have it.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to