Skip to content

Commit c6593cc

Browse files
committed
removing app server specific file
1 parent ae87711 commit c6593cc

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

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

Lines changed: 0 additions & 9 deletions
This file was deleted.

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>/*</url-pattern>
10+
<url-pattern>/websocket</url-pattern>
1111
<http-method>GET</http-method>
1212
</web-resource-collection>
1313
<auth-constraint>

0 commit comments

Comments
 (0)