418603 - cannot specify a custom ServerEndpointConfig.Configurator
+ Fixing bad assumption on annotations possibly being null
This commit is contained in:
parent
562cf009f0
commit
d2c3d7cf09
|
@ -110,7 +110,7 @@ public class AnnotatedServerEndpointConfig implements ServerEndpointConfig
|
|||
userProperties.putAll(baseConfig.getUserProperties());
|
||||
}
|
||||
|
||||
if (anno.configurator() == null)
|
||||
if (anno.configurator() == ServerEndpointConfig.Configurator.class)
|
||||
{
|
||||
if (configr != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue