]
Ivo Studensky commented on WFLY-7538:
-------------------------------------
The {{HttpUpgrade.performUpgrade}} goes down to
which passes {{Xnio.ANY_INET_ADDRESS}} as a {{bindAddress}} to {{WorkerThread}} which then
tries to bind on it at
.
The only change in this code (at least the only one I am aware of) seems to be the
following commit:
WebSocketTestCase fails with security manager - Reenable the test
-----------------------------------------------------------------
Key: WFLY-7538
URL:
https://issues.jboss.org/browse/WFLY-7538
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Kabir Khan
Assignee: Darran Lofthouse
Priority: Blocker
Reenable WebSocketsTestCase. See WFLY-7539 for more details