Issue #1544 - Identifying context that JSR-356 was disabled for in configuration
This commit is contained in:
parent
fc6ca37c77
commit
9b4bfbc680
|
@ -172,7 +172,7 @@ public class WebSocketServerContainerInitializer implements ServletContainerInit
|
||||||
{
|
{
|
||||||
if(!isEnabledViaContext(context, ENABLE_KEY, true))
|
if(!isEnabledViaContext(context, ENABLE_KEY, true))
|
||||||
{
|
{
|
||||||
LOG.info("JSR-356 is disabled by configuration");
|
LOG.info("JSR-356 is disabled by configuration for context {}", context.getContextPath());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue