Author: solomax
Date: Thu May 30 09:01:31 2013
New Revision: 1487791
URL: http://svn.apache.org/r1487791
Log:
SOAP/REST entry point is added to Wicket ignore
Modified:
openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml
Modified: openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml?rev=1487791&r1=1487790&r2=1487791&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml (original)
+++ openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml Thu May 30
09:01:31 2013
@@ -57,7 +57,7 @@
</init-param>
<init-param>
<param-name>ignorePaths</param-name>
-
<param-value>conf,css,default,docs,images,js,persistence,public,screensharing,streams,upload,uploadtemp</param-value>
+
<param-value>conf,css,default,docs,images,js,persistence,public,screensharing,streams,upload,uploadtemp,services</param-value>
</init-param>
</filter>
<filter-mapping>