|
@@ -47,7 +47,7 @@ public class MyAuthenticationProvider extends DaoAuthenticationProvider {
|
|
|
throw new BadCredentialsException(this.messages.getMessage("AbstractUserDetailsAuthenticationProvider.badCredentials", "Bad credentials"));
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("用户密码解密错误,无法登录!");
|
|
|
+// log.error("用户密码解密错误,无法登录!");
|
|
|
throw new BadCredentialsException(this.messages.getMessage("AbstractUserDetailsAuthenticationProvider.badCredentials", "Bad credentials"));
|
|
|
}
|
|
|
}
|