Skip to content

Commit e6e1dbf

Browse files
authored
Update to web.xml, fix to #1132
Update to web.xml, fix to #1132 Fixes to namespace to fix xml parse error, where strict validation required
1 parent 5541f37 commit e6e1dbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/WEB-INF/web.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<web-app version="2.4"
3-
xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_3_0.xsd">
2+
<web-app version="3.0"
3+
xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
55

66
<!-- The base folder is used to specify the root location of your Gitblit data.
77
@@ -49,4 +49,4 @@
4949
<session-config>
5050
<tracking-mode>COOKIE</tracking-mode>
5151
</session-config>
52-
</web-app>
52+
</web-app>

0 commit comments

Comments
 (0)