-
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
Add ContinueOnError Support for Failed Authentications #14591
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, @CrazyParanoid! I've left some feedback for you inline. Will you please take a look?
Also, when you are ready, please squash all your changes into a single commit and see if you can shorten the title of the commit a bit, maybe something like:
"Add ContinueOnError Support For Failed Authentications
Closes gh-14521"
...ava/org/springframework/security/authentication/DelegatingReactiveAuthenticationManager.java
Outdated
Show resolved
Hide resolved
...ava/org/springframework/security/authentication/DelegatingReactiveAuthenticationManager.java
Outdated
Show resolved
Hide resolved
...ava/org/springframework/security/authentication/DelegatingReactiveAuthenticationManager.java
Show resolved
Hide resolved
...rg/springframework/security/authentication/DelegatingReactiveAuthenticationManagerTests.java
Outdated
Show resolved
Hide resolved
...rg/springframework/security/authentication/DelegatingReactiveAuthenticationManagerTests.java
Outdated
Show resolved
Hide resolved
...rg/springframework/security/authentication/DelegatingReactiveAuthenticationManagerTests.java
Show resolved
Hide resolved
2f31a95
to
2cabbd8
Compare
Maybe we should change the comments? The old description is no longer entirely complete. For example, describe the behavior with continueOnError true. |
Good point, @CrazyParanoid. Would you like to take a crack at updating the JavaDoc? If not, I can add it in a polish commit. |
2cabbd8
to
9e2f34b
Compare
Added a comment and fixed the format. |
9e2f34b
to
4dd79e2
Compare
Sorry, this is my first contribution, I didn’t pay attention to important points such as checkstyle and format. |
continueOnError flag has been added to DelegatingReactiveAuthenticationManager
Closes gh-14521