X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=server%2Fmodules%2Forg.argeo.jackrabbit.webapp%2FWEB-INF%2Fweb.xml;h=c3ee9fb86ad27a9fa16d1af45dab9c612967d46b;hb=c850f746c0ac846c1f5c76a0feb38b02fa981830;hp=a2822ad477264aac5036398640a540deda4c4337;hpb=057d80065bad948930426f87b9a2eb1d4cab3e14;p=lgpl%2Fargeo-commons.git diff --git a/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml b/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml index a2822ad47..c3ee9fb86 100644 --- a/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml +++ b/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml @@ -23,7 +23,7 @@ remoting - org.argeo.server.jackrabbit.webdav.ExtendedDispatcherServlet + org.argeo.jackrabbit.remote.ExtendedDispatcherServlet contextClass org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext @@ -40,14 +40,66 @@ /remoting/* + + + xmlremoting + org.springframework.web.servlet.DispatcherServlet + + contextClass + org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext + + 1 + + + xmlremoting + *.jcr + + + + + webdav + org.argeo.jackrabbit.remote.ExtendedDispatcherServlet + + contextClass + org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext + + + dispatchOptionsRequest + true + + 1 + + + + webdav + /webdav/* + + + + + jcr-manager + org.springframework.web.servlet.DispatcherServlet + + contextClass + org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext + + 1 + + + + jcr-manager + /jcr-manager/* + + + - - - - - - - - - + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + + springSecurityFilterChain + /* +