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=13499>. 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=13499 Jasper throws an exception on an immediate pageContext.forward() ------- Additional Comments From [EMAIL PROTECTED] 2002-10-17 19:00 ------- Can I prod someone into taking a look at this? I realize this is a low-importance bug to most folks, but it seems a simple change. Following the code path in JspWriterImpl.clear() is simple -- the only actual call is to ensureOpen(), which will throw an exception if the stream has been closed. This is a legitimate check even in the case of a null buffer. As I said in my previous comment, the check and exception I removed don't seem to do anything useful. -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>