[jboss-jira] [JBoss JIRA] (WFLY-2935) WebSocket Session misses the UserProperties
Stuart Douglas (JIRA)
issues at jboss.org
Wed Mar 5 17:05:33 EST 2014
[ https://issues.jboss.org/browse/WFLY-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFLY-2935.
----------------------------------
Fix Version/s: 8.0.1.Final
Resolution: Done
> 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
> Fix For: 8.0.1.Final
>
>
> 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