We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06115c commit 3d8f1fbCopy full SHA for 3d8f1fb
framework-docs/modules/ROOT/partials/web/web-uris.adoc
@@ -389,7 +389,7 @@ template.
389
encode URI component value _after_ URI variables are expanded.
390
* `NONE`: No encoding is applied.
391
392
-The `RestTemplate` is set to `EncodingMode.URI_COMPONENT` for historic
+The `RestTemplate` is set to `EncodingMode.URI_COMPONENT` for historical
393
reasons and for backwards compatibility. The `WebClient` relies on the default value
394
in `DefaultUriBuilderFactory`, which was changed from `EncodingMode.URI_COMPONENT` in
395
5.0.x to `EncodingMode.TEMPLATE_AND_VALUES` in 5.1.
0 commit comments