[cvs] expresso commit by lhamel: move RequestRegistry initialization from

JCorporate Ltd jcorp at jcorp2.servlets.net
Wed Nov 24 21:38:39 PST 2004


Log Message:
-----------
move RequestRegistry initialization from servlet filter to CheckLogin

Modified Files:
--------------
    expresso/expresso-web/WEB-INF:
        web.xml

Revision Data
-------------
Index: web.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/web.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -Lexpresso-web/WEB-INF/web.xml -Lexpresso-web/WEB-INF/web.xml -u -r1.31 -r1.32
--- expresso-web/WEB-INF/web.xml
+++ expresso-web/WEB-INF/web.xml
@@ -10,22 +10,7 @@
 		<param-name>logDir</param-name>
 		<param-value>WEB-INF/log</param-value>
 	</context-param>
-	<filter>
-		<filter-name>request-registry</filter-name>
-		<filter-class>com.jcorporate.expresso.core.registry.RequestRegistryFilter</filter-class>
-	</filter>
-	<filter-mapping>
-		<filter-name>request-registry</filter-name>
-		<servlet-name>DBCreate</servlet-name>
-	</filter-mapping>
-	<filter-mapping>
-		<filter-name>request-registry</filter-name>
-		<servlet-name>PathHandler</servlet-name>
-	</filter-mapping>
-	<filter-mapping>
-		<filter-name>request-registry</filter-name>
-		<servlet-name>action</servlet-name>
-	</filter-mapping>
+
 	<servlet>
 		<servlet-name>DefaultInit</servlet-name>
 		<servlet-class>com.jcorporate.expresso.core.servlet.DefaultInit</servlet-class>


More information about the cvs mailing list