[gatein-commits] gatein SVN: r6172 - epp/portal/branches/EPP_5_1_Branch/examples/portal/war/src/main/webapp/WEB-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 7 08:47:23 EDT 2011


Author: hfnukal
Date: 2011-04-07 08:47:22 -0400 (Thu, 07 Apr 2011)
New Revision: 6172

Modified:
   epp/portal/branches/EPP_5_1_Branch/examples/portal/war/src/main/webapp/WEB-INF/web.xml
Log:
JBEPP-805: The GenericFilter should be called after that the request context has been properly set (ecmdemo portal, sample portal)

Modified: epp/portal/branches/EPP_5_1_Branch/examples/portal/war/src/main/webapp/WEB-INF/web.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/war/src/main/webapp/WEB-INF/web.xml	2011-04-07 12:30:30 UTC (rev 6171)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portal/war/src/main/webapp/WEB-INF/web.xml	2011-04-07 12:47:22 UTC (rev 6172)
@@ -82,10 +82,6 @@
 	    <filter-name>PortalContainerFilter</filter-name>
 	    <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>
@@ -132,6 +128,11 @@
 		<url-pattern>/*</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