X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Fmodules%2Forg.argeo.jackrabbit.webapp%2FWEB-INF%2Fweb.xml;fp=server%2Fmodules%2Forg.argeo.jackrabbit.webapp%2FWEB-INF%2Fweb.xml;h=a1876b306385c906cec5e6ebb1495cc8cd0118f5;hb=1349f13dd9a034fe6fd7ab2f0ba520204138af0a;hp=04cf5eb2df924c4f5342a22a3c2181ffa420346d;hpb=020fae4e85909a6288b73bf9b4dd5ada44965fec;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 04cf5eb2d..a1876b306 100644 --- a/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml +++ b/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/web.xml @@ -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 + - springSecurityFilterChain - /* + filterChain.public + /pub/* + + filterChain.public + /public/* + +