File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <Context >
3
+
4
+ <!-- Add SameSite to the cookies -->
5
+ <CookieProcessor
6
+ sameSiteCookies =" strict" />
7
+
8
+ </Context >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <web-app version =" 2.5" xmlns =" http://java.sun.com/xml/ns/javaee" xmlns : web =" http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" >
1
+ <web-app version =" 3.0" xmlns =" http://java.sun.com/xml/ns/javaee" xmlns : web =" http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" >
2
+ <session-config >
3
+ <cookie-config >
4
+ <http-only >true</http-only >
5
+ <secure >true</secure >
6
+ <comment >__SAME_SITE_STRICT__</comment >
7
+ </cookie-config >
8
+ </session-config >
3
9
<display-name >${project.parent.name}; Git-Branch: '${git.branch}'; Git-Commit: '${git.commit.id}' @ ${git.commit.time}; Build time: ${git.build.time}</display-name >
4
10
<description >This is an OGC SOS.</description >
5
11
<context-param >
You can’t perform that action at this time.
0 commit comments