Issue #4722 - fix typo in JavaxWebSocketConfiguration
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
89c4504d07
commit
9298883627
|
@ -37,7 +37,7 @@ public class JavaxWebSocketConfiguration extends AbstractConfiguration
|
||||||
{
|
{
|
||||||
addDependencies(WebXmlConfiguration.class, MetaInfConfiguration.class, WebInfConfiguration.class, FragmentConfiguration.class);
|
addDependencies(WebXmlConfiguration.class, MetaInfConfiguration.class, WebInfConfiguration.class, FragmentConfiguration.class);
|
||||||
addDependents("org.eclipse.jetty.annotations.AnnotationConfiguration", WebAppConfiguration.class.getName());
|
addDependents("org.eclipse.jetty.annotations.AnnotationConfiguration", WebAppConfiguration.class.getName());
|
||||||
protectAndExpose("org.eclipse.jetty.websocket.util.servlet."); // For WebSocketUpgradeFilter
|
protectAndExpose("org.eclipse.jetty.websocket.util.server."); // For WebSocketUpgradeFilter
|
||||||
protectAndExpose("org.eclipse.jetty.websocket.javax.server.config.");
|
protectAndExpose("org.eclipse.jetty.websocket.javax.server.config.");
|
||||||
protectAndExpose("org.eclipse.jetty.websocket.javax.client.JavaxWebSocketClientContainerProvider");
|
protectAndExpose("org.eclipse.jetty.websocket.javax.client.JavaxWebSocketClientContainerProvider");
|
||||||
hide("org.eclipse.jetty.websocket.javax.server.internal");
|
hide("org.eclipse.jetty.websocket.javax.server.internal");
|
||||||
|
|
Loading…
Reference in New Issue