https://issues.apache.org/bugzilla/show_bug.cgi?id=47797

--- Comment #20 from Eugene <johnba...@gmail.com> 2009-10-02 06:20:14 PDT ---
I added:
  public int read(byte[] b, int off, int len) throws IOException {
        if (closed)
            throw new IOException(sm.getString("inputBuffer.streamClosed"));
        return bb.substract(b, off, len);
    }

now tomcat throw exception, that streamClosed!!!
someone close stream, and later try read from buffer !
Please, give me full patch at 44673 bug? ;)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to