It shows an
IllegalStateException on browser.
Why because response is commited before forwarding second time.
But where exactly response is commited???
I never called flush() method and the second way is if buffer automatically fills then it writes content to stream (sent information to client), but I don't think that buffer is filled here...
(And if stream is unbuffered then it would have given error at the first forward itself, but this is also not the case)
Thanks.
[ May 26, 2006: Message edited by: Bear Bibeault ]