You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/13 21:25:10 UTC

[DO NOT REPLY: Bug 3591] New: HttpServletResponse.sendError() and sendRedirect() should commit the response

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: tomcat-dev@jakarta.apache.org                                |
+ |  Reported By: craig.mcclanahan@sun.com                                     |
+ |      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.