Skip to content

Commit 30af309

Browse files
author
Arun Gupta
committed
Fixing namespace from java.sun.com -> xmlns.jcp.org and using Servlet 3.1 schema. Also added copyright
1 parent 8130c95 commit 30af309

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
* holder.
4141
*/
4242
-->
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">
43+
<web-app
44+
version="3.1"
45+
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
46+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
47+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
4848
<security-constraint>
4949
<web-resource-collection>
5050
<web-resource-name>WebSocket Endpoint</web-resource-name>

0 commit comments

Comments
 (0)