[jboss-jira] [JBoss JIRA] (WFLY-2935) WebSocket Session misses the UserProperties
Martin Grigorov (JIRA)
issues at jboss.org
Fri Feb 14 03:43:29 EST 2014
Martin Grigorov created WFLY-2935:
-------------------------------------
Summary: WebSocket Session misses the UserProperties
Key: WFLY-2935
URL: https://issues.jboss.org/browse/WFLY-2935
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web (Undertow)
Affects Versions: 8.0.0.Final
Reporter: Martin Grigorov
Assignee: Stuart Douglas
Priority: Minor
My application uses custom javax.websocket.server.ServerEndpointConfig to setup custom javax.websocket.server.ServerEndpointConfig.Configurator that collects some information from the HandshakeRequest in the session's UserProperties.
With WFLY-2844 some problems have been fixed.
But now I see that the UserProperties are not available (i.e. it is 'null') from Session#getUserProperties() in javax.websocket.Endpoint#onOpen(Session, EndpointConfig)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list