1. class not found SecurityContextHolderAwareRequestFilter forum.springsource.orgclass 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.orgSecurityContextHolderAwareRequestFilter & 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.orgSecurityContextHolderAwareRequestFilter/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.orgUNABLE to make securityContextHolderAwareRequestFilter work correctly I am using acegi 1.0.1, i configured the filterchainproxy as follow |
5. How i use a SecurityContextHolderAwareRequestFilter forum.springsource.orgExcuseme 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.orgHelp 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.orgNTLM 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 ... |