-
Notifications
You must be signed in to change notification settings - Fork 6k
Update requestRejectedHandler via setter #8985
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
Conversation
Ability to set requestRejectedHandler via public settter in method WebSecurityConfigurerAdapter.configure(WebSecurity)
@Drezir Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@Drezir Thank you for signing the Contributor License Agreement! |
Thanks for the PR @Drezir! For my understanding...Can you explain why you are wanting to provide a method on the DSL rather than picking up the |
I thought it should be there for consistency. I think that other WebMvcCinfigurerAdapter entities are also registrable using beans or methods. |
Thanks for the explanation. Initially my thought was that there is only a need for one |
Sure, I will try it. |
This would be a nice addition.
Currently I have to implement one |
@Drezir Are you able to apply the requested changes? |
Closing because the requested changes have not been made. Feel free to create a new PR with the requested changes. |
Ability to set requestRejectedHandler via public settter in method WebSecurityConfigurerAdapter.configure(WebSecurity)