Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-20632

(7.3.z) WEJBHTTP-48 - Close the connection when authentication failed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.3.5.GA, 7.3.5.CR1
    • None
    • EJB
    • None
    • False
    • False
    • +
    • Undefined
    • Hide
      • Checkout WildFly master branch
      • Build the wildfly distribution with wildfly-httpclient:1.1.3.Final
      mvn clean install -Dversion.org.wildfly.http-client=1.1.3.Final -DskipTests
      
      • Run the test cases in multinode:
      cd testsuite/integration/multinode/
      mvn clean install -Dversion.org.wildfly.http-client=1.1.3.Final -Dsecurity.manager=true
      
      Show
      Checkout WildFly master branch Build the wildfly distribution with wildfly-httpclient:1.1.3.Final mvn clean install -Dversion.org.wildfly.http-client=1.1.3.Final -DskipTests Run the test cases in multinode: cd testsuite/integration/multinode/ mvn clean install -Dversion.org.wildfly.http-client=1.1.3.Final -Dsecurity.manager= true

      Test cases in wildfly test suites (testsuite/integration/multinode/ directory) hang when security manager is enabled.

      For more detail, please refer to https://github.com/wildfly/wildfly/pull/13675 , the CI with security manager enabled hang consistently (job: Linux with security manager - JDK 8).

      The stack trace of client node: https://gist.github.com/gaol/43d51d5edef68b6180f35e68540f3a0a

      similar log file for client node(for 1.0.23.Final): https://gist.github.com/bstansberry/12abd38e6e8f19e8591805be4d940785

      In situation like what JBEAP-18310 describes, or in test cases under testsuite/integration/multinode/ directory with security manager enabled, it is possible to lead to hanging when the ejb xa transaction recovery failed to prepare the request connection because of authentication. The connection should be closed in this case.

      For more information, please refer to WEJBHTTP-48

            rhn-engineering-lgao Lin Gao
            rhn-engineering-lgao Lin Gao
            Vilém Obrátil Vilém Obrátil
            Vilém Obrátil Vilém Obrátil
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: