You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <gj...@gjt.org> on 2000/08/01 20:23:01 UTC

BugRat Report #5 has been filed.

Bug report #5 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/5>

REPORT #5 Details.

Project: Jasper
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: ?
   JVM Release: ?
   Operating System: ?
   OS Release: ?
   Platform: iPlanet Webserver 4.1

Synopsis: 
<jsp:include... Broken

Description:
<jsp:include... does not work with jsps passing params.

Could be iPlanet Webserver specific. 

from the error log:

 Internal error: exception thrown from the servlet service function (uri=/test.jsp): java.io.IOException: Error: Attempt to clear a buffer that's already been flushed, Stack: java.io.IOException: Error: Attempt to clear a buffer that's already been flushed
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.io.IOException.<init>(IOException.java:47)
        at org.apache.jasper.runtime.JspWriterImpl.clear(JspWriterImpl.java:166)
        at _test_jsp._jspService(_test_jsp.java:72)
        at org.apache.jasper.runtime.HttpJspBase.service(Compiled Code)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at com.netscape.server.http.servlet.NSServletRunner.Service(Compiled Code)