You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2011/06/14 23:57:53 UTC

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

Author: fmui
Date: Tue Jun 14 21:57:53 2011
New Revision: 1135823

URL: http://svn.apache.org/viewvc?rev=1135823&view=rev
Log:
deactivated the Browser Binding (implementation is incomplete)

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=1135823&r1=1135822&r2=1135823&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 Jun 14 21:57:53 2011
@@ -52,6 +52,8 @@
 		<load-on-startup>2</load-on-startup>
 	</servlet>
 	
+	<!-- Browser Binding is deactivated until the implementation is complete. -->
+	<!--
 	<servlet>
 		<servlet-name>cmisbrowser</servlet-name>
 		<servlet-class>org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet</servlet-class>
@@ -61,7 +63,7 @@
 		</init-param>
 		<load-on-startup>2</load-on-startup>
 	</servlet>
-
+    -->
 
 	<servlet-mapping>
 		<servlet-name>cmisws</servlet-name>
@@ -73,10 +75,13 @@
 		<url-pattern>/atom/*</url-pattern>
 	</servlet-mapping>
 
+	<!-- Browser Binding is deactivated until the implementation is complete. -->
+	<!--
 	<servlet-mapping>
 		<servlet-name>cmisbrowser</servlet-name>
 		<url-pattern>/browser/*</url-pattern>
 	</servlet-mapping>
+	-->
 
 	<session-config>
 		<session-timeout>60</session-timeout>