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





------- Additional Comments From [EMAIL PROTECTED]  2006-06-09 10:42 -------
(In reply to comment #5)
> Once out.flush is called. There isn't a guarantee that flow of control will
> properly go errorPage="/jspError.jsp". The spec says once a resonse is 
committed
> - doing anything to the header throws an IllegalStateException. Forwarding via
> requestdispather does stuff to the header, as well as a regular JSP in its
> normal startup.  

Ok, I accept the spec. But I wonder why an out.flush() 'commits' the response. 
I think on a commit similar to a database. From this perspective a commit 
should happens at the very end of the jspService method, independently of a 
flush() in between. 


-- 
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]

Reply via email to