Hi,
Following SRV 2.3 spec.:
"A servlet container is allowed, but not required, to buffer output going to
the client for efficiency purposes."
When an exception occurs somewhere in the middle of the processing, the
container could already output something, messing the output from errorPage.
>From JSP 1.2 spec.:
"...if the contents of the initial JspWriter has been flushed to the servletResponse
output stream then any subsequent attempt to dispatch an uncaught exception from the
offending page to an errorPage may fail"
Is there a way to force the container to output nothing until the end of _jspService
execution? I can set buffer to "none", is there a way to set buffer size to
"asManyAsYouWish"?
Thanks in Advance.
Maros Ivanco
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html