From bc973d70016602e62ce9d8b9f8c712b05e67d69d Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 5 Mar 2022 14:36:52 +0100 Subject: [PATCH] Fix broken link to "CORS WebFilter" in ref docs --- src/docs/asciidoc/web/webflux.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index e3670f186c6..f80cb55234f 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -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 <> and the <> for more details. - +See the section on <> and the <> for more details. [[webflux-exception-handler]]