X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Fmodules%2Forg.argeo.jackrabbit.webapp%2FWEB-INF%2Fweb.xml;h=a1876b306385c906cec5e6ebb1495cc8cd0118f5;hb=3a3d316af102ba410d1d9e6de349d0c8f7ac044f;hp=9e0a7528086ac9e9e4c1cf8d0a6058b41a8d9e04;hpb=0c7d4e488bf4e357ca33329c87a29baae63a5be9;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 9e0a75280..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,7 +43,7 @@ remoting - /remoting/* + /jcr/* @@ -45,22 +51,6 @@ /pub/* - - webdav @@ -78,7 +68,7 @@ webdav - /webdav/* + /files/* @@ -86,31 +76,36 @@ /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 + + + filterChain.public + /pub/* + - springSecurityFilterChain - /* + filterChain.public + /public/* +