Skip to content

Propagate match results in OrRequestMatcher and AndRequestMatcher #12847

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

Closed
Tracked by #12840
jzheaux opened this issue Mar 7, 2023 · 0 comments
Closed
Tracked by #12840

Propagate match results in OrRequestMatcher and AndRequestMatcher #12847

jzheaux opened this issue Mar 7, 2023 · 0 comments
Assignees
Labels
in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement
Milestone

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Mar 7, 2023

This allows for constructs like:

new OrRequestMatcher(
     new AntPathRequestMatcher("/saml2/metadata/{registrationId}"),
     new AntPathRequestMatcher("/saml2/metadata")
)

and still have the registrationId propagated.

@jzheaux jzheaux changed the title Propagate match results in OrRequestMatcher and AndRequestMatcher Propagate match results in OrRequestMatcher and AndRequestMatcher Mar 7, 2023
@jzheaux jzheaux self-assigned this Mar 7, 2023
@jzheaux jzheaux added this to the 6.1.0-M2 milestone Mar 7, 2023
@jzheaux jzheaux added in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement labels Mar 7, 2023
jzheaux added a commit to jzheaux/spring-security that referenced this issue Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant