-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
-
-
-
-
-
+
-
Undefined
-
-
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
- incorporates
-
WEJBHTTP-48 Close the connection when authentication failed
- Resolved
- is incorporated by
-
JBEAP-19788 [GSS](7.3.z) Upgrade wildfly-http-client from 1.0.22.Final-redhat-00001 to 1.0.24.Final-redhat-00001
- Closed