We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8130c95 commit 30af309Copy full SHA for 30af309
websocket/endpoint-security/src/main/webapp/WEB-INF/web.xml
@@ -40,11 +40,11 @@
40
* holder.
41
*/
42
-->
43
-
44
-<web-app xmlns="http://java.sun.com/xml/ns/javaee"
45
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
47
- version="3.0">
+<web-app
+ version="3.1"
+ xmlns="http://xmlns.jcp.org/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
48
<security-constraint>
49
<web-resource-collection>
50
<web-resource-name>WebSocket Endpoint</web-resource-name>
0 commit comments