Browse Source

Fix typo in webflux-cors.adoc

Closes gh-24815
pull/24818/head
Taehee Kim 5 years ago committed by GitHub
parent
commit
8b3521d2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/docs/asciidoc/web/webflux-cors.adoc

2
src/docs/asciidoc/web/webflux-cors.adoc

@ -50,7 +50,7 @@ Each `HandlerMapping` can be @@ -50,7 +50,7 @@ Each `HandlerMapping` can be
{api-spring-framework}/web/reactive/handler/AbstractHandlerMapping.html#setCorsConfigurations-java.util.Map-[configured]
individually with URL pattern-based `CorsConfiguration` mappings. In most cases, applications
use the WebFlux Java configuration to declare such mappings, which results in a single,
global map passed to all `HadlerMappping` implementations.
global map passed to all `HandlerMapping` implementations.
You can combine global CORS configuration at the `HandlerMapping` level with more
fine-grained, handler-level CORS configuration. For example, annotated controllers can use

Loading…
Cancel
Save