[gatein-commits] gatein SVN: r4109 - exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 9 00:44:43 EDT 2010


Author: hoang_to
Date: 2010-09-09 00:44:42 -0400 (Thu, 09 Sep 2010)
New Revision: 4109

Modified:
   exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml
Log:
EXOGTN-68: The GenericFilter should be called after the request context has been properly set

Modified: exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml
===================================================================
--- exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml	2010-09-09 03:17:00 UTC (rev 4108)
+++ exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml	2010-09-09 04:44:42 UTC (rev 4109)
@@ -101,11 +101,6 @@
 		<url-pattern>/*</url-pattern>
 	</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> 
@@ -151,6 +146,12 @@
     <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