Author: jkoster
Date: 2009-10-16 13:48:50 +0200 (Fri, 16 Oct 2009)
New Revision: 39175

Modified:
   
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
Log:
CMSC-1330 - Add the FrameworkFilter to web.xmls, in order to use the Admin 
section in /mmbase.

Modified: 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   2009-10-16 09:09:29 UTC (rev 39174)
+++ 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   2009-10-16 11:48:50 UTC (rev 39175)
@@ -122,16 +122,8 @@
          
<param-value>([.]ico$|[.]jpg$|[.]gif$|[.]png$|[.]css$|[.]js$|[.]jsp$|[.]do$)|/errorpages|/editors</param-value>
       </init-param>
    </filter>
+
    
-   <filter>
-      <filter-name>FrameworkFilter</filter-name>
-      <filter-class>org.mmbase.framework.FrameworkFilter</filter-class>
-      <init-param>
-         <param-name>excludes</param-name>
-         
<param-value>([.]ico$|[.]jpg$|[.]gif$|[.]png$|[.]css$|[.]js$|[.]jsp$|[.]do$)|/errorpages|/editors</param-value>
-      </init-param>
-   </filter>   
-   
    <filter-mapping>
       <filter-name>DisableUrlSessionFilter</filter-name>
       <url-pattern>/*</url-pattern>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to