Author: chetanm
Date: Tue Dec  1 06:16:24 2015
New Revision: 1717380

URL: http://svn.apache.org/viewvc?rev=1717380&view=rev
Log:
OAK-3701 - Exception in JcrRemotingServlet at startup

Using a temporary workaround to avoid the exception at startup

Modified:
    jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml

Modified: 
jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml?rev=1717380&r1=1717379&r2=1717380&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml 
(original)
+++ jackrabbit/oak/trunk/oak-examples/webapp/src/main/webapp/WEB-INF/web.xml 
Tue Dec  1 06:16:24 2015
@@ -328,9 +328,13 @@
             <param-value>/WEB-INF/batchread.properties</param-value>
             <description>JcrRemotingServlet: Optional mapping from node type 
names to default depth.</description>
         </init-param>
+        <!--
+            TODO FIXME Using a temporary workaround for OAK-3701. Once that is 
fixed we should
+            refer to actual config file
+        -->
         <init-param>
           <param-name>protectedhandlers-config</param-name>
-          <param-value>/WEB-INF/protectedHandlers.properties</param-value>
+          
<param-value>org.apache.jackrabbit.server.remoting.davex.AclRemoveHandler</param-value>
           <description>JcrRemotingServlet: Handlers for removing protected 
items.</description>
         </init-param>
         <!-- init-param>


Reply via email to