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=4609>.
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=4609

IOException is not thrown if JspWriter object is closed and an attempt to write to the 
object is made.

           Summary: IOException is not thrown if JspWriter object is closed
                    and an attempt to write to the object is made.
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


An IOException should be thrown if an attempt is made to write to a JspWriter
object that has been closed.

*****************************
<html>
<title>positiveClose</title>
<body>
<% out.println("hello"); %>
<% out.close(); %>
<% out.println("hello"); %>
</body>
</html>
*****************************

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

Reply via email to