[jboss-jira] [JBoss JIRA] (WFLY-7538) WebSocketTestCase fails with security manager - Reenable the test
Ivo Studensky (JIRA)
issues at jboss.org
Thu Nov 24 04:38:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-7538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13327629#comment-13327629 ]
Ivo Studensky commented on WFLY-7538:
-------------------------------------
The {{HttpUpgrade.performUpgrade}} goes down to https://github.com/xnio/xnio/blob/3.4/api/src/main/java/org/xnio/XnioIoThread.java#L237 which passes {{Xnio.ANY_INET_ADDRESS}} as a {{bindAddress}} to {{WorkerThread}} which then tries to bind on it at https://github.com/xnio/xnio/blob/3.4/nio-impl/src/main/java/org/xnio/nio/WorkerThread.java#L263.
The only change in this code (at least the only one I am aware of) seems to be the following commit:
https://github.com/xnio/xnio/commit/893ffbf
> 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
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list