forked from Lainports/opnsense-ports
14 lines
544 B
XML
14 lines
544 B
XML
--- src/jsp/WEB-INF/web.xml.orig 2015-10-24 14:59:58 UTC
|
|
+++ src/jsp/WEB-INF/web.xml
|
|
@@ -1,8 +1,8 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
-<web-app xmlns="http://java.sun.com/xml/ns/javaee"
|
|
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
-xsi:schemaLocation="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
|
-version="2.5">
|
|
+xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/"
|
|
+version="3.1">
|
|
|
|
<!-- Spring context -->
|
|
<context-param>
|