aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorThomas <>2023-06-14 15:21:20 +0200
committerThomas <>2023-06-14 15:21:20 +0200
commit001aa69e96a13f2abe6b37422e8907029e766fb3 (patch)
treec63007c5871c7d7df8e871d2ad7247e24a7ac298 /pdf-as-web/src/main/webapp/WEB-INF/web.xml
parent27e22c7a57839db3fbd73bd4dbe4bfbe92a29abb (diff)
downloadpdf-as-4-001aa69e96a13f2abe6b37422e8907029e766fb3.tar.gz
pdf-as-4-001aa69e96a13f2abe6b37422e8907029e766fb3.tar.bz2
pdf-as-4-001aa69e96a13f2abe6b37422e8907029e766fb3.zip
feat(core): do not create a HTTP session for some servlet endpoints
Diffstat (limited to 'pdf-as-web/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--pdf-as-web/src/main/webapp/WEB-INF/web.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/WEB-INF/web.xml b/pdf-as-web/src/main/webapp/WEB-INF/web.xml
index 7920ad91..46ae8272 100644
--- a/pdf-as-web/src/main/webapp/WEB-INF/web.xml
+++ b/pdf-as-web/src/main/webapp/WEB-INF/web.xml
@@ -12,6 +12,10 @@
<display-name>ExceptionCatchFilter</display-name>
<description></description>
<filter-class>at.gv.egiz.pdfas.web.filter.ExceptionCatchFilter</filter-class>
+ <init-param>
+ <param-name>statelessServlets</param-name>
+ <param-value>/placeholder,/visblock</param-value>
+ </init-param>
</filter>
<filter>
<filter-name>UserAgentFilter</filter-name>