You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/02/18 10:44:44 UTC

svn commit: r1245896 - in /incubator/openmeetings/trunk/singlewebapp: WebContent/WEB-INF/web.xml src/app/org/openmeetings/app/methodgateway/ src/app/org/openmeetings/servlet/outputhandler/MethodGateway.java

Author: sebawagner
Date: Sat Feb 18 09:44:43 2012
New Revision: 1245896

URL: http://svn.apache.org/viewvc?rev=1245896&view=rev
Log:
Remove Method Gateway, there is a complete REST API, no need for anything additional

Removed:
    incubator/openmeetings/trunk/singlewebapp/src/app/org/openmeetings/app/methodgateway/
    incubator/openmeetings/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/MethodGateway.java
Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml?rev=1245896&r1=1245895&r2=1245896&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml Sat Feb 18 09:44:43 2012
@@ -159,12 +159,6 @@
 		<servlet-class>org.openmeetings.servlet.outputhandler.CalendarServlet</servlet-class>
 	</servlet>
     <servlet>
-        <description>MethodGateway</description>
-        <display-name>MethodGateway</display-name>
-        <servlet-name>MethodGateway</servlet-name>
-        <servlet-class>org.openmeetings.servlet.outputhandler.MethodGateway</servlet-class>
-    </servlet>
-    <servlet>
         <description>DefaultIndex</description>
         <display-name>DefaultIndex</display-name>
         <servlet-name>DefaultIndex</servlet-name>
@@ -268,10 +262,6 @@
 		<url-pattern>/Calendar</url-pattern>
 	</servlet-mapping>
     <servlet-mapping>
-        <servlet-name>MethodGateway</servlet-name>
-        <url-pattern>/MethodGateway</url-pattern>
-    </servlet-mapping>
-    <servlet-mapping>
         <servlet-name>DefaultIndex</servlet-name>
         <url-pattern>/sipindex.html</url-pattern>
     </servlet-mapping>