Skip to content

Remove antMatcher usage from Multiple HttpSecurity docs #12150

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

grafjo
Copy link
Contributor

@grafjo grafjo commented Nov 8, 2022

This is a change based on 6.0.0-RC1 release documentation.

http.antMatcher() is not longer available and was replaced with http.securityMatcher(), so use this in the Java Config Multiple HttpSecurity Instances example, too.

That part of documentation was missing in #11939

`http.antMatcher()` is not longer available and was replaced with
`http.securityMatcher()`, so use this in the Java Config Multiple
HttpSecurity Instances example, too
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 8, 2022
@marcusdacoregio marcusdacoregio self-assigned this Nov 8, 2022
@marcusdacoregio marcusdacoregio added in: docs An issue in Documentation or samples type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 8, 2022
@marcusdacoregio marcusdacoregio added this to the 6.0.0-RC2 milestone Nov 8, 2022
@marcusdacoregio marcusdacoregio changed the title Fix documentation part of Multiple HttpSecurity Instances Remove antMatcher usage from Multiple HttpSecurity docs Nov 8, 2022
@marcusdacoregio marcusdacoregio merged commit 8af3b5a into spring-projects:main Nov 8, 2022
@marcusdacoregio
Copy link
Contributor

Thanks @grafjo, this is now merged into main.

@grafjo grafjo deleted the fix-servlet-config-multiple-http-security-6.0.0-RC1 branch November 8, 2022 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: docs An issue in Documentation or samples type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants