[gatein-commits] gatein SVN: r4328 - epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 23 05:47:02 EDT 2010


Author: thomas.heute at jboss.com
Date: 2010-09-23 05:47:02 -0400 (Thu, 23 Sep 2010)
New Revision: 4328

Modified:
   epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/web.xml
Log:
JBEPP-486: The GenericFilter should be called after that the request context has been properly set

Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/web.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/web.xml	2010-09-23 09:45:49 UTC (rev 4327)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/web.xml	2010-09-23 09:47:02 UTC (rev 4328)
@@ -114,11 +114,6 @@
        <dispatcher>ERROR</dispatcher>
     </filter-mapping>
 
-  <filter-mapping>
-		<filter-name>GenericFilter</filter-name>
-		<url-pattern>/*</url-pattern>
-	</filter-mapping>
-
 	<filter-mapping>
     <filter-name>ResourceRequestFilter</filter-name>
     <url-pattern>*.css</url-pattern>
@@ -163,6 +158,12 @@
     <filter-name>RestEncodingFilter</filter-name>
     <url-pattern>/rest/*</url-pattern>
   </filter-mapping>
+  
+  <filter-mapping>
+	<filter-name>GenericFilter</filter-name>
+	<url-pattern>/*</url-pattern>
+  </filter-mapping>
+  
 
   <!-- ================================================================== -->
   <!--           LISTENER                                                 -->



More information about the gatein-commits mailing list