DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5413>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5413

JspWriterImpl causes, under certain circumstances, an IllegalStateException when 
releasing the PageContext





------- Additional Comments From [EMAIL PROTECTED]  2001-12-13 14:04 -------
On second look, I notice that the exception comes from flush called from
release.  I put a fix a couple days ago not to call flush if response had been
committed.  Looks like you are running with a version without my fix.  Anyway, I
also couldn't reproduce the problem here.

My "fix" does not stop write's from happening after call to sendError; so if the
buffer is full and autoFlush true, the problem would surface again.  So my
advice about inserting "return"'s is still valid.

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

Reply via email to