Skip to content

Propagate match results in OrRequestMatcher and AndRequestMatcher #12847

Closed
@jzheaux

Description

@jzheaux

This allows for constructs like:

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

and still have the registrationId propagated.

Metadata

Metadata

Assignees

Labels

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions