DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32811>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32811 ------- Additional Comments From [EMAIL PROTECTED] 2004-12-29 18:54 ------- sendRedirect does set the appropriate flags such that calling response.isCommitted() does return true. For example: <% response.sendRedirect("cowbell.jsp"); if (!response.isCommitted()) { System.out.println("Why am I not committed?"); } %> But even though the response is "committed", an error being thrown can result in the redirect not being sent to the client - but instead - an error is sent to the client. Whether this is a "bug" or not - I am indifferent. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]