PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3591 *** shadow/3591 Thu Sep 13 12:25:10 2001 --- shadow/3591.tmp.19951 Thu Sep 13 12:25:10 2001 *************** *** 0 **** --- 1,19 ---- + +============================================================================+ + | HttpServletResponse.sendError() and sendRedirect() should commit the respo | + +----------------------------------------------------------------------------+ + | Bug #: 3591 Product: Tomcat 4 | + | Status: NEW Version: 4.0 Release Candidate 1 | + | Resolution: Platform: All | + | Severity: Major OS/Version: All | + | Priority: Other Component: Catalina | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + According to Servlet 2.3 Section 5,3, calling sendRedirect() or sendError() + should commit the response. This code has been commented out in the + implementation with a FIXME comment that needs to be addressed.