hi,
i have user roles tables in my database, which contains roles like 'ROLE_ADMIN' and 'ROLE_USER', and in applicationContext-security.xml, i defined the filterSecurityInterceptor as:
...
Type: Posts; User: marsface; Keyword(s):
hi,
i have user roles tables in my database, which contains roles like 'ROLE_ADMIN' and 'ROLE_USER', and in applicationContext-security.xml, i defined the filterSecurityInterceptor as:
...
hi,
i have a custom authenticationProcessingFilter in my security.xml, it always complained:
Configuration problem: No AuthenticationEntryPoint could be established. Please make sure you have...
hi,
i m trying to upgrade my old app with spring security 3.1.RELEASE, but got bunch of problems, here is the one i cannot resolve:
nested exception is...