X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Fmodules%2Forg.argeo.jackrabbit.webapp%2FWEB-INF%2Fweb.xml;h=a1876b306385c906cec5e6ebb1495cc8cd0118f5;hb=aa9d3a8e795237d8593f6e437afc4f61debc318a;hp=3f6db648ac8ba5640ac1ea99644d0ecaf24165d2;hpb=3ff30fc87c733541ee27246e7cc3fecc52efde0c;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 3f6db648a..a1876b306 100644 --- a/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml +++ b/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml @@ -43,7 +43,7 @@ remoting - /remoting/* + /jcr/* @@ -68,7 +68,7 @@ webdav - /webdav/* + /files/* @@ -78,12 +78,34 @@ - springSecurityFilterChain + 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/* + - springSecurityFilterChain - /* + filterChain.public + /public/* +