Skip to content

Commit a76b1f7

Browse files
committed
Merge branch '5.8.x' into 6.0.x
2 parents c60c107 + 68a344d commit a76b1f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/src/main/java/org/springframework/security/authentication/dao/DaoAuthenticationProvider.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@
4040
public class DaoAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider {
4141

4242
/**
43-
* The plaintext password used to perform PasswordEncoder#matches(CharSequence,
44-
* String)} on when the user is not found to avoid SEC-2056.
43+
* The plaintext password used to perform
44+
* {@link PasswordEncoder#matches(CharSequence, String)} on when the user is not found
45+
* to avoid SEC-2056.
4546
*/
4647
private static final String USER_NOT_FOUND_PASSWORD = "userNotFoundPassword";
4748

0 commit comments

Comments
 (0)