Skip to content

Commit 195f4d5

Browse files
committed
fixing the URL back
1 parent 478d025 commit 195f4d5

File tree

1 file changed

+1
-1
lines changed
  • websocket/endpoint-security/src/main/webapp/WEB-INF

1 file changed

+1
-1
lines changed

websocket/endpoint-security/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<security-constraint>
88
<web-resource-collection>
99
<web-resource-name>WebSocket Endpoint</web-resource-name>
10-
<url-pattern>/websocket</url-pattern>
10+
<url-pattern>/*</url-pattern>
1111
<http-method>GET</http-method>
1212
</web-resource-collection>
1313
<auth-constraint>

0 commit comments

Comments
 (0)