posted 9 years ago
Hello,
I have this security:
in com.core.security.CustomUserDetailsService I have log:
log.info("************************************************************* start login" );
but when I fill username and password nothing write in log file.
After login I am authenticate....
Why?CustomUserDetailsService not execute?