From 3f1837215b8e41124efbfdc6431b8c037970deb5 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 21 Aug 2012 15:18:55 +0000 Subject: [PATCH] Optimize remoting authentication git-svn-id: https://svn.argeo.org/commons/trunk@5531 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../WEB-INF/security-filters.xml | 22 +++++++++++-------- .../jackrabbit-webapp.properties | 2 +- 2 files changed, 14 insertions(+), 10 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 ee9c6aa0d..57481b638 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,9 +9,12 @@ - + filters="session,x509,basic,exception,interceptor" /> + + + PATTERN_TYPE_APACHE_ANT - /*/*/*/**=ROLE_USER,ROLE_ADMIN + /**=ROLE_USER,ROLE_ADMIN @@ -64,14 +67,14 @@ - + - + + @@ -95,14 +99,14 @@ - + - Argeo + ${argeo.server.realmName} diff --git a/server/modules/org.argeo.jackrabbit.webapp/jackrabbit-webapp.properties b/server/modules/org.argeo.jackrabbit.webapp/jackrabbit-webapp.properties index f0125853e..47f47b93b 100644 --- a/server/modules/org.argeo.jackrabbit.webapp/jackrabbit-webapp.properties +++ b/server/modules/org.argeo.jackrabbit.webapp/jackrabbit-webapp.properties @@ -1,3 +1,3 @@ argeo.security.systemKey=argeo - +argeo.server.realmName=Argeo argeo.jcr.webapp.rememberMeValidity=3600 \ No newline at end of file -- 2.30.2