Skip to content

Remove unused field 'digester' in Md4PasswordEncoder #8553

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

Merged
merged 1 commit into from
May 21, 2020

Conversation

justmehyp
Copy link
Contributor

private Digester digester; defined in Md4PasswordEncoder is never used. So remove it.

`private Digester digester;`  defined in Md4PasswordEncoder is never used. So remove it.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 19, 2020
@rwinch rwinch added in: crypto An issue in spring-security-crypto type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels May 21, 2020
@rwinch rwinch self-assigned this May 21, 2020
@rwinch rwinch merged commit 06254a4 into spring-projects:master May 21, 2020
rwinch pushed a commit that referenced this pull request May 21, 2020
`private Digester digester;`  defined in Md4PasswordEncoder is never used. So remove it.

Closes gh-8553
@spring-projects-issues spring-projects-issues added the status: backported An issue that has been backported to maintenance branches label May 21, 2020
@rwinch rwinch added this to the 5.4.0-M2 milestone May 21, 2020
rwinch pushed a commit that referenced this pull request May 21, 2020
`private Digester digester;`  defined in Md4PasswordEncoder is never used. So remove it.

Closes gh-8553
rwinch pushed a commit that referenced this pull request May 21, 2020
`private Digester digester;`  defined in Md4PasswordEncoder is never used. So remove it.

Closes gh-8553
rwinch pushed a commit that referenced this pull request May 21, 2020
`private Digester digester;`  defined in Md4PasswordEncoder is never used. So remove it.

Closes gh-8553
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: backported An issue that has been backported to maintenance branches type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants