Skip to content

Propagate match results in OrRequestMatcher and AndRequestMatcher #12847

Closed
Listed in
@jzheaux

Description

@jzheaux
Contributor

This allows for constructs like:

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

and still have the registrationId propagated.

Activity

changed the title [-]Propagate match results in `OrRequestMatcher` and `AndRequestMatcher`[/-] [+]Propagate match results in OrRequestMatcher and AndRequestMatcher[/+] on Mar 7, 2023
self-assigned this
on Mar 7, 2023
added this to the 6.1.0-M2 milestone on Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

in: webAn issue in web modules (web, webmvc)type: enhancementA general enhancement

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @jzheaux

      Issue actions

        Propagate match results in OrRequestMatcher and AndRequestMatcher · Issue #12847 · spring-projects/spring-security