Skip to content

Commit e23c1cf

Browse files
committed
Merge branch '5.6.x' into 5.7.x
2 parents c2e86ad + 14a48ea commit e23c1cf

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)