X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=server%2Fmodules%2Forg.argeo.jackrabbit.webapp%2FWEB-INF%2Fweb.xml;h=a1876b306385c906cec5e6ebb1495cc8cd0118f5;hb=3a3d316af102ba410d1d9e6de349d0c8f7ac044f;hp=f3901fe4c5ccb6d772a1f37e8d5713e910bba79c;hpb=4fe54cd305d0693bb9cea15e1460ccc03f487fda;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 f3901fe4c..a1876b306 100644 --- a/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml +++ b/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml @@ -5,6 +5,12 @@ Argeo Jackrabbit Webapp + + + 5 + + contextConfigLocation @@ -37,22 +43,12 @@ remoting - /remoting/* + /jcr/* - - - xmlremoting - org.springframework.web.servlet.DispatcherServlet - - contextClass - org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext - - 1 - - xmlremoting - *.jcr + remoting + /pub/* @@ -72,34 +68,44 @@ webdav - /default/* + /files/* - - - jcr-manager - org.springframework.web.servlet.DispatcherServlet - - contextClass - org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext - - 1 - - - jcr-manager - /jcr-manager/* + webdav + /public/* + + + filterChain.davex + org.springframework.web.filter.DelegatingFilterProxy + + + filterChain.davex + /jcr/* + - - springSecurityFilterChain + filterChain.private org.springframework.web.filter.DelegatingFilterProxy + + filterChain.private + /files/* + + + filterChain.public + org.springframework.web.filter.DelegatingFilterProxy + - springSecurityFilterChain - /* + filterChain.public + /pub/* + + filterChain.public + /public/* + +