Simplify RequestMatcherDelegatingAuthorizationManager.Builder matcher registration #11624
Labels
in: web
An issue in web modules (web, webmvc)
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Milestone
It would be easier to use
RequestMatcherDelegatingAuthorizationManager.Builder
if it used builder methods similar toMessageMatcherDelegatingAuthorizationManager.Builder
.Specifically, it would be nice to be able to do things like the following:
Then, when applications need to decorate
AuthorizationManager
behavior, they can still take advantage of the authorization DSL.Given #11347, this ticket should only introduce
anyRequest
andrequestMatchers
.The text was updated successfully, but these errors were encountered: