We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a37dd commit 97376aeCopy full SHA for 97376ae
core/src/main/java/org/springframework/security/authentication/dao/DaoAuthenticationProvider.java
@@ -40,7 +40,7 @@
40
public class DaoAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider {
41
42
/**
43
- * The plaintext password used to perform PasswordEncoder#matches(CharSequence,
+ * The plaintext password used to perform {@link PasswordEncoder#matches(CharSequence,
44
* String)} on when the user is not found to avoid SEC-2056.
45
*/
46
private static final String USER_NOT_FOUND_PASSWORD = "userNotFoundPassword";
0 commit comments