We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a909bf1 + 28980c3 commit 1ffca12Copy full SHA for 1ffca12
src/main/java/WEB-INF/web.xml
@@ -1,7 +1,7 @@
1
<?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_2_4.xsd">
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_3_0.xsd">
5
6
<!-- The base folder is used to specify the root location of your Gitblit data.
7
@@ -45,5 +45,8 @@
45
<filter-name>guiceFilter</filter-name>
46
<url-pattern>/*</url-pattern>
47
</filter-mapping>
48
-
+
49
+ <session-config>
50
+ <tracking-mode>COOKIE</tracking-mode>
51
+ </session-config>
52
</web-app>
0 commit comments