aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth-edu
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-09 13:17:01 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-09 13:17:01 +0100
commit4372ee1611fd6f9542febcf38163bf784e473c5e (patch)
tree1e4aa8de6e09ce081e58700d739fe7976b8397fc /id/server/auth-edu
parentd60ceb70869148deb9f85751c63460fa245a8c7f (diff)
downloadmoa-id-spss-4372ee1611fd6f9542febcf38163bf784e473c5e.tar.gz
moa-id-spss-4372ee1611fd6f9542febcf38163bf784e473c5e.tar.bz2
moa-id-spss-4372ee1611fd6f9542febcf38163bf784e473c5e.zip
change to WebServlet API 3.0
Diffstat (limited to 'id/server/auth-edu')
-rw-r--r--id/server/auth-edu/src/main/webapp/WEB-INF/web.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/auth-edu/src/main/webapp/WEB-INF/web.xml b/id/server/auth-edu/src/main/webapp/WEB-INF/web.xml
index 9ad651d42..64b6ffcdd 100644
--- a/id/server/auth-edu/src/main/webapp/WEB-INF/web.xml
+++ b/id/server/auth-edu/src/main/webapp/WEB-INF/web.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/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"
- version="3.1">
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_0.xsd"
+ version="3.0">
<display-name>MOA ID Auth</display-name>
<description>MOA ID Authentication Service</description>