You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by je...@apache.org on 2012/09/25 07:47:36 UTC

svn commit: r1389714 - /chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml

Author: jens
Date: Tue Sep 25 05:47:36 2012
New Revision: 1389714

URL: http://svn.apache.org/viewvc?rev=1389714&view=rev
Log:
Remove unused servlet causing ClassNotFoundException

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml?rev=1389714&r1=1389713&r2=1389714&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml Tue Sep 25 05:47:36 2012
@@ -123,13 +123,6 @@
 		</init-param>
 		<load-on-startup>2</load-on-startup>
 	</servlet>
-	<servlet>
-		<description>
-		</description>
-		<display-name>FilterBridgeServlet</display-name>
-		<servlet-name>FilterBridgeServlet</servlet-name>
-		<servlet-class>org.apache.chemistry.opencmis.filterbridge.FilterBridgeServlet</servlet-class>
-	</servlet>
 
 	<servlet-mapping>
 		<servlet-name>cmisws</servlet-name>