]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/org.argeo.slc.webapp/WEB-INF/web.xml
Adapt to new Commons structure
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.webapp / WEB-INF / web.xml
index 10f237de2a442c121611a74d6fe359c7caaaa7c6..a8a40421540f62001fee080216da978370cffd2b 100644 (file)
                <url-pattern>*.jcr</url-pattern>
        </servlet-mapping>
 
-       <!-- WEBDAV servlet -->
-       <servlet>
-               <servlet-name>webdav</servlet-name>
-               <servlet-class>org.argeo.server.jackrabbit.webdav.ExtendedDispatcherServlet</servlet-class>
-               <init-param>
-                       <param-name>contextClass</param-name>
-                       <param-value>org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext</param-value>
-               </init-param>
-               <init-param>
-                       <param-name>dispatchOptionsRequest</param-name>
-                       <param-value>true</param-value>
-               </init-param>
-               <load-on-startup>1</load-on-startup>
-       </servlet>
-
-       <servlet-mapping>
-               <servlet-name>webdav</servlet-name>
-               <url-pattern>/default/*</url-pattern>
-       </servlet-mapping>
-
        <!-- JCR-MANAGER servlet -->
        <servlet>
                <servlet-name>jcr-manager</servlet-name>
                <param-value>org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext</param-value>
        </context-param>
 
-       <!--  Security -->
+       <!--  Security
        <filter>
                <filter-name>springSecurityFilterChain</filter-name>
                <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
        <context-param>
                <param-name>argeo.security.systemKey</param-name>
                <param-value>argeo</param-value>
-       </context-param>
+       </context-param> 
+       -->
 </web-app>