From f19f2c4a9e8aee5817e91b80f5b16248e81d3d1e Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 8 Nov 2012 19:23:09 +0000 Subject: [PATCH] Fix JCR security filters git-svn-id: https://svn.argeo.org/commons/trunk@5761 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../WEB-INF/security-filters.xml | 116 +++++++----------- 1 file changed, 47 insertions(+), 69 deletions(-) diff --git a/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/security-filters.xml b/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/security-filters.xml index 578997a1b..7874e5058 100644 --- a/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/security-filters.xml +++ b/server/modules/org.argeo.jackrabbit.webapp/WEB-INF/security-filters.xml @@ -9,49 +9,26 @@ + filters="session,x509,basic,exception,interceptor" /> - + + filters="session,x509,basic,exception,interceptor" /> + filters="anonymous,exception,interceptorPublic" /> - - - - - - - - - - - - - - - - - - - - - - @@ -61,25 +38,25 @@ - + - - - - - - - - - - - - - - - - + + + + PATTERN_TYPE_APACHE_ANT + /**=ROLE_USER,ROLE_ADMIN + + + + + + + PATTERN_TYPE_APACHE_ANT + /**=IS_AUTHENTICATED_ANONYMOUSLY + + + @@ -100,15 +77,16 @@ - - - - - - - - - + + + + + + + + + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file -- 2.30.2