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-11 23:48 -------
Well, I looked into this a little.  JspWriterImpl seems a little schizophrenic
in it's handling of null buffers -- it carefully checks in some cases, and in
others it explicitly states that 0-length buffers are in error, but allows them
in any case.

A patch for this seems as simple as deleting the explicit check for bufferSize
== 0 in clear(); the check doesn't actually stop anything bad from happening.

I can't imagine that it's needed, but I'll add a patch.

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

Reply via email to