[
https://issues.jboss.org/browse/WFLY-2935?page=com.atlassian.jira.plugin....
]
Martin Grigorov commented on WFLY-2935:
---------------------------------------
The UserProperties are available via javax.websocket.EndpointConfig#getUserProperties()
though.
So only Session#getUserProperties() has to be fixed.
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