We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exception object was created but not throwing (and not used later).
It some sort of programmer's typo: create exception object and forget it
An exception must propagate to caller in order DigestAuthenticationFilter to work properly
No configuration required -- it's obvious code-level mistake.
Found in latest 5.1.0.M1. Still exists in earlier versions and in master for the moment issue was created.
link to line in class
The text was updated successfully, but these errors were encountered:
I'd like to fix this issue
Sorry, something went wrong.
d88c2c1
Improved DigestAuthenticationFilter Test Coverage
20a7bc4
Issue: gh-5462
Successfully merging a pull request may close this issue.
Summary
Exception object was created but not throwing (and not used later).
Actual Behavior
It some sort of programmer's typo: create exception object and forget it
Expected Behavior
An exception must propagate to caller in order DigestAuthenticationFilter to work properly
Configuration
No configuration required -- it's obvious code-level mistake.
Version
Found in latest 5.1.0.M1. Still exists in earlier versions and in master for the moment issue was created.
Sample
link to line in class
The text was updated successfully, but these errors were encountered: