From 2c2bbb45b90b4d899b32034c8e79c83dd64ee7fd Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 28 Sep 2017 14:53:43 -0400 Subject: [PATCH] Fix typo --- src/docs/asciidoc/web/webflux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 951d2fa8983..34658fde235 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -699,7 +699,7 @@ paths in web applications where a large number of URI path patterns are matched Spring WebFlux does not support suffix pattern matching -- unlike Spring MVC, where a mapping such as `/person` also matches to `/person.{asterisk}`. For URL based content -negotiation, if needed, we recommend using a query parameter, which is more simpler, more +negotiation, if needed, we recommend using a query parameter, which is simpler, more explicit, and less vulnerable to URL path based exploits.