[jboss-jira] [JBoss JIRA] Created: (JBWEB-169) A flush() after a close() should be ignored

Samuel Mendenhall (JIRA) jira-events at lists.jboss.org
Tue Jun 1 10:40:51 EDT 2010


A flush() after a close() should be ignored
-------------------------------------------

                 Key: JBWEB-169
                 URL: https://jira.jboss.org/browse/JBWEB-169
             Project: JBoss Web
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Core
    Affects Versions: JBossWeb-3.0.0.Beta5, JBossWeb-2.1.8.GA, JBossWeb-2.0.0.GA_CP10
            Reporter: Samuel Mendenhall
            Assignee: Remy Maucherat
            Priority: Minor
             Fix For: JBossWeb-2.0.0.GA_CP11, JBossWeb-2.1.9.GA, JBossWeb-3.0.0.GA


An AJP close() doesn't close the socket it just writes a message to httpd, the doFlush in org/apache/catalina/connector/OutputBuffer.java should test if the close() has been called before continuing to flush().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list