From 1444f1087da58d897945bf36b17c75dd4e609233 Mon Sep 17 00:00:00 2001 From: Vishal Puri Date: Thu, 17 May 2007 14:22:03 +0000 Subject: [PATCH] new security namespaces added --- ...nContext-acegi-security-new-namespaces.xml | 174 ++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml diff --git a/samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml b/samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml new file mode 100644 index 0000000000..2e3c342d45 --- /dev/null +++ b/samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml @@ -0,0 +1,174 @@ + + + + + + + + + + + + CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON + PATTERN_TYPE_APACHE_ANT + /**=httpSessionContextIntegrationFilter,logoutFilter,authenticationProcessingFilter,securityContextHolderAwareRequestFilter,rememberMeProcessingFilter,anonymousProcessingFilter,exceptionTranslationFilter,filterInvocationInterceptor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON + PATTERN_TYPE_APACHE_ANT + /secure/extreme/**=ROLE_SUPERVISOR + /secure/**=IS_AUTHENTICATED_REMEMBERED + /**=IS_AUTHENTICATED_ANONYMOUSLY + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file