-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description of securityMatcher and multiple filter chains has now more details #15029
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
…securityMatcher and the concept of multiple filter chains. Closes 14419
… filter chains. Closes spring-projectsgh-14419
@sjohnr, I have submitted a pull request. Please review it when you have a moment. Thank you. |
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 for the PR @abimael-turing! However I don't know that this is the change I had in mind with gh-14419. Please see feedback below and let me know if you have any questions.
… to use multiple filter chains closes spring-projectsgh-14419
Thanks @abimael-turing and congrats on your first contribution! I have merged this as 046a1fc. However, as-is the change was still very similar to the previous example but was more complex. To address this, I added a few new sections to specifically explain concepts I had in mind with gh-14419, and reworked your example to be a more real-world capstone to the new sections. All of this was added via |
The updated description now provides comprehensive details about the securityMatcher and the concept of multiple filter chains. This enhanced explanation aims to offer a deeper understanding of how these components work together to strengthen security measures in the application.
Closes gh-14419