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

HttpResponse not reset on error when using XML Serializer

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2002-03-01 08:22 -------
The Cocoon pipeline is made to work this way, sending tags to the client as 
soon as they are ready, to reduce load, memory usage, and increase percieved 
performance.

It is possible to make use of a buffer to avoid this kind of error, but you 
decrease performance on all pages just to have valid error pages, which are 
symptom of an error anyway.

handle-errors should be used only for really exceptional causes, not in the 
normal process flow that can be handled by selectors and actions.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to