changeset 2891:984a9ad71935

Register GGInAFilter. flys-client/trunk@4574 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 04 Jun 2012 08:22:06 +0000
parents fba76f4afca9
children ad013995e410
files flys-client/ChangeLog flys-client/src/main/webapp/WEB-INF/web.xml
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/ChangeLog	Mon Jun 04 08:21:09 2012 +0000
+++ b/flys-client/ChangeLog	Mon Jun 04 08:22:06 2012 +0000
@@ -1,3 +1,7 @@
+2012-06-04	Felix Wolfsteller	<felix.wolfsteller@intevation.de>
+
+	* src/main/webapp/WEB-INF/web.xml: Register Servlet Filter.
+
 2012-06-04	Felix Wolfsteller	<felix.wolfsteller@intevation.de>
 
 	* src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java,
--- a/flys-client/src/main/webapp/WEB-INF/web.xml	Mon Jun 04 08:21:09 2012 +0000
+++ b/flys-client/src/main/webapp/WEB-INF/web.xml	Mon Jun 04 08:22:06 2012 +0000
@@ -468,6 +468,15 @@
     <url-pattern>/flys/themelisting</url-pattern>
   </servlet-mapping>
 
+  <filter>
+    <filter-name>GGInAFilter</filter-name>
+    <filter-class>de.intevation.flys.client.server.GGInAFilter</filter-class>
+  </filter>
+  <filter-mapping>
+    <filter-name>GGInAFilter</filter-name>
+    <url-pattern>/*</url-pattern>
+  </filter-mapping>
+
   <!-- Default page to serve -->
   <welcome-file-list>
     <welcome-file>FLYS.html</welcome-file>

http://dive4elements.wald.intevation.org