Add StaticResourceRequest for WebFlux Security

Closes gh-11040
This commit is contained in:
Madhura Bhave
2018-01-20 09:41:38 +05:30
parent 5e2cc02499
commit d9ff51ccd3
11 changed files with 400 additions and 69 deletions

View File

@@ -2981,6 +2981,8 @@ 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
commonly used locations.
[[boot-features-security-oauth2]]