aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/META-INF/context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/META-INF/context.xml')
-rw-r--r--pdf-as-web/src/main/webapp/META-INF/context.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/META-INF/context.xml b/pdf-as-web/src/main/webapp/META-INF/context.xml
new file mode 100644
index 00000000..166b6b7e
--- /dev/null
+++ b/pdf-as-web/src/main/webapp/META-INF/context.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- this is for external tomcat deployments (spring-provided tomcat uses ContextXmlBridge instead) -->
+<Context>
+ <CookieProcessor
+ className="org.apache.tomcat.util.http.Rfc6265CookieProcessor"
+ sameSiteCookies="none" />
+</Context>