We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478d025 commit 195f4d5Copy full SHA for 195f4d5
websocket/endpoint-security/src/main/webapp/WEB-INF/web.xml
@@ -7,7 +7,7 @@
7
<security-constraint>
8
<web-resource-collection>
9
<web-resource-name>WebSocket Endpoint</web-resource-name>
10
- <url-pattern>/websocket</url-pattern>
+ <url-pattern>/*</url-pattern>
11
<http-method>GET</http-method>
12
</web-resource-collection>
13
<auth-constraint>
0 commit comments