Hi johnydz,

What version of appfuse do you use?

Marat Kamalov.


johnydz wrote:
> 
> 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-tp1016170p1016559.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to