Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-4409

JBWEB-169: A flush() after a close() should be ignored

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Minor
    • 4.3.0.GA_CP09
    • 4.2.0.GA_CP09, 4.3.0.GA_CP08
    • Web
    • None
    • Release Notes
    • Hide
      SHORT DESCRIPTION:
              Patch to fix org/apache/catalina/connector/OutputBuffer.java to ignore flush() after close().
      LONG DESCRIPTION:
              Patch to fix doFlush in org/apache/catalina/connector/OutputBuffer.java to test if the close() has been called before continuing to flush().
      MANUAL INSTALL INSTRUCTIONS:
              Replace the existing %JBOSS_HOME%/server/%JBOSSCONF%/deploy/jboss-web.deployer/jbossweb.jar with the new jbossweb.jar
      COMPATIBILITY:
             4.2.0.GA CP09, 4.3.0.GA CP08
      SUPERSEDES:
              N/A
      CREATOR:
              Jean-Frederic Clere
      DATE:
              10-June-2010
      Show
      SHORT DESCRIPTION:         Patch to fix org/apache/catalina/connector/OutputBuffer.java to ignore flush() after close(). LONG DESCRIPTION:         Patch to fix doFlush in org/apache/catalina/connector/OutputBuffer.java to test if the close() has been called before continuing to flush(). MANUAL INSTALL INSTRUCTIONS:         Replace the existing %JBOSS_HOME%/server/%JBOSSCONF%/deploy/jboss-web.deployer/jbossweb.jar with the new jbossweb.jar COMPATIBILITY:        4.2.0.GA CP09, 4.3.0.GA CP08 SUPERSEDES:         N/A CREATOR:         Jean-Frederic Clere DATE:         10-June-2010
    • Not Yet Documented

    Description

      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().

      Attachments

        Activity

          People

            rhn-engineering-jclere Jean-Frederic Clere
            sjmenden_jira Samuel Mendenhall (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: