Fix broken link to "CORS WebFilter" in ref docs

This commit is contained in:
Sam Brannen 2022-03-05 14:36:52 +01:00
parent fa3130d716
commit bc973d7001
1 changed files with 1 additions and 2 deletions

View File

@ -676,8 +676,7 @@ Spring WebFlux provides fine-grained support for CORS configuration through anno
controllers. However, when you use it with Spring Security, we advise relying on the built-in
`CorsFilter`, which must be ordered ahead of Spring Security's chain of filters.
See the section on <<webflux-cors>> and the <<webflux-cors.adoc#webflux-cors-webfilter>> for more details.
See the section on <<webflux-cors>> and the <<webflux-cors-webfilter>> for more details.
[[webflux-exception-handler]]