Skip to content

Commit

Permalink
Issue #6024 - protect and expose the JavaxWebSocketShutdownContainer.
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Mar 3, 2021
1 parent 06e1a7e commit 7a453b4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -35,6 +35,7 @@ public JavaxWebSocketConfiguration()
protectAndExpose("org.eclipse.jetty.websocket.servlet."); // For WebSocketUpgradeFilter
protectAndExpose("org.eclipse.jetty.websocket.javax.server.config.");
protectAndExpose("org.eclipse.jetty.websocket.javax.client.JavaxWebSocketClientContainerProvider");
protectAndExpose("org.eclipse.jetty.websocket.javax.client.JavaxWebSocketShutdownContainer");
hide("org.eclipse.jetty.websocket.javax.server.internal");
}
}

0 comments on commit 7a453b4

Please sign in to comment.