-
Notifications
You must be signed in to change notification settings - Fork 6k
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
AbstractUserDetailsAuthenticationProvider should not swallow UsernameNotFoundException #16496
Comments
Hi @jzheaux , I am interested in working on this issue. Can you please assign it to me? |
For sure, @kiruthiga1793! I'm excited to work with you on this. Even though it will likely be a small change, please take a moment to read our contribution guidelines. |
Closes spring-projectsgh-16496 Signed-off-by: dae won <[email protected]>
I didn't see your assignment, sorry. Please close the pull request if you'd like. |
no problem @big-cir, let's check. @kiruthiga1793, a PR has recently been submitted for this ticket. However, since you were the first to volunteer, I want to double-check with you if you'd still like to contribute the PR for this ticket? |
Thank you for suggestion! 😊 |
AbstractUserDetailsAuthenticationProvider
catchesUsernameNotFoundException
, but does not include it when throwingBadCredentialsException
.Debugging would be improved if the stack trace included the original issue. This can be achieved by including the exception in the
BadCredentialsException
construction:The text was updated successfully, but these errors were encountered: