From: Sanjay Dalal Date: Wed, 28 Apr 2010 17:46:14 +0000 (+0000) Subject: CSPACE-1489 inserted basic auth entry point into exceptiontranslation filter to promp... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=0222c981c41fe7a1faabbdf27eb93a1d808c1755;p=tmp%2Fjakarta-migration.git CSPACE-1489 inserted basic auth entry point into exceptiontranslation filter to prompt the user to login. earlier it used to send 403 back to the user test: accessed accounts after loging in through browser, ran all service tests M services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml --- diff --git a/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml b/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml index 4fa95d249..da685eea2 100644 --- a/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -5,6 +5,8 @@ Copyright 2010 University of California at Berkeley Description: spring security namespace for CS service layer + ref: http://blog.springsource.com/2010/03/06/behind-the-spring-security-namespace/ + --> - - - - - - + + filters="securityContextPersistenceFilter,basicAuthenticationFilter,logoutFilter,exTranslationFilter,filterInvocationInterceptor"/> - + + + + + + + + @@ -59,13 +64,9 @@ - + - - -