-
Notifications
You must be signed in to change notification settings - Fork 6k
Fail when several filter chains have the same securityMatcher #15982
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
Fail when several filter chains have the same securityMatcher #15982
Comments
Interestingly, |
It seems that |
It's used by the XML support. I'm not sure why it's not used by the Java support. I think it would be reasonable to try using it to close this ticket. |
|
I don't think that will be needed since where the validator is set is in a config class ( filterChainProxy.setFilterChainValidator(new DefaultFilterChainValidator())
|
The main problem here is |
I made the necessary changes, @jzheaux could you please review PR? |
This will make way for other adding other checks Issue gh-15982
Issue spring-projectsgh-15982 Signed-off-by: Daeho Kwon <[email protected]>
Closes spring-projectsgh-15982 Signed-off-by: Daeho Kwon <[email protected]>
Issue spring-projectsgh-15982 Signed-off-by: Daeho Kwon <[email protected]>
Related #15220
Is it correct to allow filter chains with the same matcher to be created? As far as I understand, this is the same case.
The text was updated successfully, but these errors were encountered: