File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
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_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" >
5
5
6
6
<!-- The base folder is used to specify the root location of your Gitblit data.
7
7
49
49
<session-config >
50
50
<tracking-mode >COOKIE</tracking-mode >
51
51
</session-config >
52
- </web-app >
52
+ </web-app >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <wls : weblogic-web-app xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : wls =" http://www.bea.com/ns/weblogic/90" xsi : schemaLocation =" http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee /web-app_2_4 .xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd" >
2
+ <wls : weblogic-web-app xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : wls =" http://www.bea.com/ns/weblogic/90" xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee /web-app_3_0 .xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd" >
3
3
<wls : weblogic-version >12.1.1</wls : weblogic-version >
4
4
<wls : context-root >gitblit</wls : context-root >
5
5
<wls : container-descriptor >
6
6
<wls : show-archived-real-path-enabled >true</wls : show-archived-real-path-enabled >
7
7
<wls : prefer-web-inf-classes >true</wls : prefer-web-inf-classes >
8
8
</wls : container-descriptor >
9
- </wls : weblogic-web-app >
9
+ </wls : weblogic-web-app >
You can’t perform that action at this time.
0 commit comments