Greetings.

I have a question with regards buffering of output and subsequent errorPage
redirection.  Maybe I am missing something.

The default buffer size for a JSP page response is 8kb.  If an exception is
thrown AFTER 8kb has been written (and the initial chunks has been
committed) then the redirection to the errorPage (if specified) does not
occur.  Does this sound right?

I have solved this during debugging by increasing the buffer size to a
larger kb amount on offending pages, then removing the setting once
debugging has occurred.

Is there anyway to enforce the redirection to the errorPage?

Thanks.

Carl

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

Reply via email to