Add PathRequest to reactive security for parity

This commit is contained in:
Madhura Bhave
2018-01-29 18:19:04 -08:00
parent e80c22cbf8
commit 134628a62d
6 changed files with 114 additions and 22 deletions

View File

@@ -3035,7 +3035,7 @@ Boot provides convenience methods that can be used to override access rules for
endpoints and static resources. `EndpointRequest` can be used to create a `ServerWebExchangeMatcher`
that is based on the `management.endpoints.web.base-path` property.
`StaticResourceRequest` can be used to create a `ServerWebExchangeMatcher` for static resources in
`PathRequest` can be used to create a `ServerWebExchangeMatcher` for resources in
commonly used locations.