Skip to content

Commit

Permalink
Merge pull request #6025 from eclipse/jetty-10.0.x-6024-JavaxShutdown…
Browse files Browse the repository at this point in the history
…ContainerError

Issue #6024 - protect and expose the JavaxWebSocketShutdownContainer.
  • Loading branch information
lachlan-roberts committed Mar 3, 2021
2 parents 9d40a75 + 7a453b4 commit 23c1ef3
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 23c1ef3

Please sign in to comment.