SecurityContextHolderAwareRequestFilter « Security « Spring Q&A





1. class not found SecurityContextHolderAwareRequestFilter    forum.springsource.org

class not found SecurityContextHolderAwareRequestFilter hey all. i'm just getting started with spring security, but i keep getting this error: java.lang.NoClassDefFoundError: org/springframework/security/web/wrapper/SecurityContextHolderAwareRequestFilter Normally, this is an easy fix. But, if i go ...

2. SecurityContextHolderAwareRequestFilter & UserDetails    forum.springsource.org

SecurityContextHolderAwareRequestFilter & UserDetails Hi I just upgraded from Acegi 0.8.0 to 0.9.0, so far things are working great except that when I use the following code: Authentication auth = (Authentication) request.getUserPrincipal(); ...

3. SecurityContextHolderAwareRequestFilter/Wrapper improvements    forum.springsource.org

SecurityContextHolderAwareRequestFilter/Wrapper improvements I had to rewrite these classes in order to meet two requirements, and I want to know if these are of general interest: Add a property 'rolePrefix' to SecurityContextHolderAwareRequestFilter. ...

4. UNABLE to make securityContextHolderAwareRequestFilter work correctly    forum.springsource.org

UNABLE to make securityContextHolderAwareRequestFilter work correctly I am using acegi 1.0.1, i configured the filterchainproxy as follow CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISO N PATTERN_TYPE_APACHE_ANT /**=httpSessionContextIntegrationFilter,authenticat ionProcessingFilter,securityContextHolderAwareRequ estFilter,anonymousProcessingFilter,exceptionTrans lationFilter,filterInvocationInterceptor ...

5. How i use a SecurityContextHolderAwareRequestFilter    forum.springsource.org

Excuseme for my english, i don't now in in what place i can use a SecurityContextHolderAwareRequestFilter and for what reason, and too the form of use it. Thans anyway

6. Help on securityContextHolderAwareRequestFilter    forum.springsource.org

Help on securityContextHolderAwareRequestFilter Hi, I am new to acegi, seems I have wrongly configured my acegi components - securityContextHolderAwareRequestFilter. I have the following configuration in one of the websites for my ...

7. NTLM and SecurityContextHolderAwareRequestFilter isn't working    forum.springsource.org

NTLM and SecurityContextHolderAwareRequestFilter isn't working Hi all, I have a Problem using NTLM Login and the SecurityContextHolderAwareRequestFilter. When I have the RequestFilter in my Filter Chain the NTLM Login is not ...