fering and redirection to the errorPage
On Thu, Nov 11, 2004 at 11:28:21AM +1100, Derek Clarkson wrote:
> This sounds like something I have encountered. The basic question is
> that how do you redirect to an error page if youa re writing to the
> output stream rather than going to anoth
On Thu, Nov 11, 2004 at 11:28:21AM +1100, Derek Clarkson wrote:
> This sounds like something I have encountered. The basic question is
> that how do you redirect to an error page if youa re writing to the
> output stream rather than going to another JSP, and have an
> exception ?
I thought I
This sounds like something I have encountered. The basic question is that
how do you redirect to an error page if youa re writing to the output stream
rather than going to another JSP, and have an exception ?
Regards,
Derek Clarkson
Global Applications
Lonely Planet Publications
ph: (03) 8379-80
> 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?
>
That sounds 100% correct.
> Is there anyway to enforce the redirection to the errorPage?
Not on