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

http://issues.apache.org/bugzilla/show_bug.cgi?id=28058

JspRuntimeLibrary.getContextRelativePath() can throw StringIndexOutOfBoundsException





------- Additional Comments From [EMAIL PROTECTED]  2004-03-30 23:59 -------
I think your test case has a problem unrelated to the
StringIndexOutOfBoundsException issue it uncovered.

Not only the initial request, but also the target of your <jsp:include> will be
routed through your "test" servlet (due to the "/*" mapping), which means you
end up doing a request dispatcher forward (from your servlet) inside an include.

As a result of this, you'll see this warning in the logs:

  WARNING: Internal error flushing the buffer in release(): java.io.IOException:
Stream closed

when releasing the page context of the including JSP.

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

Reply via email to