in my case:
>mvn jetty:run
......
DEBUG [main] StartupListener.contextInitialized(84) | Remember Me Enabled?
null
DEBUG [main] StartupListener.contextInitialized(86) | Password Encoder:
ShaPasswordEncoder
......
look at StartupListener.java
ProviderManager provider = (ProviderManager)
ctx.getBean("org.springframework.security.authenticationManager");
but, provider does not contain
org.springframework.security.providers.rememberme.RememberMeAuthenticationProvider
object.
so config.put("rememberMeEnabled", Boolean.TRUE); could not happen.
then it shows "Remember Me Enabled? null"
How to fix it?
--
View this message in context:
http://n4.nabble.com/security-authenticationManager-question-tp1016170p1016170.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]