Skip to content
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

Merged
merged 1 commit into from
Apr 7, 2020

Conversation

alan-czajkowski
Copy link
Contributor

Issue #8317 - made BCryptPasswordEncoder#encode() and BCryptPasswordEncoder#matches() null-safe

Copy link
Member

@rwinch rwinch left a 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.

@rwinch rwinch added in: crypto An issue in spring-security-crypto type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 7, 2020
@rwinch rwinch self-assigned this Apr 7, 2020
@rwinch rwinch changed the title Issue #8317 - made BCryptPasswordEncoder#encode() and BCryptPasswordEncoder#matches() null-safe BCryptPasswordEncoder rawPassword cannot be null Apr 7, 2020
@rwinch
Copy link
Member

rwinch commented Apr 7, 2020

Thanks for the fast turnaround. One last thing, can you please edit your commit message to follow our conventions. Something like this would work:

BCryptPasswordEncoder rawPassword cannot be null

Closes gh-8317

@alan-czajkowski
Copy link
Contributor Author

@rwinch done

@rwinch rwinch merged commit 4b2afdf into spring-projects:master Apr 7, 2020
@rwinch rwinch added this to the 5.4.0.M1 milestone Apr 7, 2020
@rwinch rwinch added the status: duplicate A duplicate of another issue label Apr 7, 2020
@rwinch
Copy link
Member

rwinch commented Apr 7, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: crypto An issue in spring-security-crypto status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants