-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCryptPasswordEncoder rawPassword cannot be null #8330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I have provided feedback inline.
crypto/src/main/java/org/springframework/security/crypto/bcrypt/BCryptPasswordEncoder.java
Outdated
Show resolved
Hide resolved
crypto/src/main/java/org/springframework/security/crypto/bcrypt/BCryptPasswordEncoder.java
Outdated
Show resolved
Hide resolved
Thanks for the fast turnaround. One last thing, can you please edit your commit message to follow our conventions. Something like this would work:
|
@rwinch done |
Thanks for the PR @alan-czajkowski! This is now merged into master. I also backported it. See gh-8317 for a list of backport issues |
Issue #8317 - made BCryptPasswordEncoder#encode() and BCryptPasswordEncoder#matches() null-safe