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