Skip to content

Commit f8bce7f

Browse files
committed
Fixing the app's name
1 parent 195f4d5 commit f8bce7f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

websocket/endpoint-wss/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

88
<security-constraint>
99
<web-resource-collection>
10-
<web-resource-name>Viewpoint Secure URLs</web-resource-name>
10+
<web-resource-name>Secure WebSocket</web-resource-name>
1111
<url-pattern>/*</url-pattern>
1212
</web-resource-collection>
1313
<user-data-constraint>

0 commit comments

Comments
 (0)