[Dive4elements-commits] [PATCH 4 of 5] Add config in web.xml for the new NoCacheFilter

Wald Commits scm-commit at wald.intevation.org
Tue Nov 6 13:40:38 CET 2012


# HG changeset patch
# User Björn Ricks <bjoern.ricks at intevation.de>
# Date 1352205161 -3600
# Node ID 95ffae40c8f201c923e53aa23efe0e450fdb1d2a
# Parent  0b0f415203f0ac3415f32f49f5ccbc808f122b99
Add config in web.xml for the new NoCacheFilter

diff -r 0b0f415203f0 -r 95ffae40c8f2 flys-client/src/main/webapp/WEB-INF/web.xml
--- a/flys-client/src/main/webapp/WEB-INF/web.xml	Tue Nov 06 13:32:06 2012 +0100
+++ b/flys-client/src/main/webapp/WEB-INF/web.xml	Tue Nov 06 13:32:41 2012 +0100
@@ -576,6 +576,17 @@
     <url-pattern>/*</url-pattern>
   </filter-mapping>
 
+  <filter>
+    <filter-name>NoCacheFilter</filter-name>
+    <filter-class>de.intevation.flys.client.server.NoCacheFilter</filter-class>
+  </filter>
+
+  <filter-mapping>
+    <filter-name>NoCacheFilter</filter-name>
+    <url-pattern>/*</url-pattern>
+  </filter-mapping>
+
+
   <!-- Default page to serve -->
   <welcome-file-list>
     <welcome-file>FLYS.html</welcome-file>


More information about the Dive4elements-commits mailing list