X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.jackrabbit.webapp%2FWEB-INF%2Fweb.xml;fp=org.argeo.jackrabbit.webapp%2FWEB-INF%2Fweb.xml;h=0000000000000000000000000000000000000000;hb=b51d4215cb90b66e3eaf39b00437075e4742acd6;hp=a1876b306385c906cec5e6ebb1495cc8cd0118f5;hpb=94639faebab4cad06d8c8845a530f3fcdc36ca5c;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.jackrabbit.webapp/WEB-INF/web.xml b/org.argeo.jackrabbit.webapp/WEB-INF/web.xml deleted file mode 100644 index a1876b306..000000000 --- a/org.argeo.jackrabbit.webapp/WEB-INF/web.xml +++ /dev/null @@ -1,111 +0,0 @@ - - - - Argeo Jackrabbit Webapp - - - - 5 - - - - - contextConfigLocation - /WEB-INF/applicationContext.xml - - - - Spring Context - org.springframework.web.context.ContextLoaderListener - - - contextClass - org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext - - - - - remoting - org.argeo.jackrabbit.remote.ExtendedDispatcherServlet - - contextClass - org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext - - - dispatchOptionsRequest - true - - 1 - - - - remoting - /jcr/* - - - - remoting - /pub/* - - - - - webdav - org.argeo.jackrabbit.remote.ExtendedDispatcherServlet - - contextClass - org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext - - - dispatchOptionsRequest - true - - 1 - - - - webdav - /files/* - - - - webdav - /public/* - - - - - filterChain.davex - org.springframework.web.filter.DelegatingFilterProxy - - - filterChain.davex - /jcr/* - - - - filterChain.private - org.springframework.web.filter.DelegatingFilterProxy - - - filterChain.private - /files/* - - - - filterChain.public - org.springframework.web.filter.DelegatingFilterProxy - - - filterChain.public - /pub/* - - - filterChain.public - /public/* - - -