mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Fix typo in JavaDoc
Closes gh-12143
This commit is contained in:
parent
9c6d90490d
commit
709de43e89
@ -40,7 +40,7 @@ import org.springframework.util.Assert;
|
|||||||
public class DaoAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider {
|
public class DaoAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The plaintext password used to perform PasswordEncoder#matches(CharSequence,
|
* The plaintext password used to perform {@link PasswordEncoder#matches(CharSequence,
|
||||||
* String)} on when the user is not found to avoid SEC-2056.
|
* String)} on when the user is not found to avoid SEC-2056.
|
||||||
*/
|
*/
|
||||||
private static final String USER_NOT_FOUND_PASSWORD = "userNotFoundPassword";
|
private static final String USER_NOT_FOUND_PASSWORD = "userNotFoundPassword";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user