RE: Buffering and redirection to the errorPage

2004-11-11 Thread Carl Olivier
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

Re: Buffering and redirection to the errorPage

2004-11-11 Thread Steven J. Owens
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

RE: Buffering and redirection to the errorPage

2004-11-10 Thread Derek Clarkson
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

RE: Buffering and redirection to the errorPage

2004-11-10 Thread Mike Curwen
> 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