Skip to content

Commit 3d8f1fb

Browse files
hunhee98snicoll
authored andcommitted
Harmonize phrasing in URI Encoding section
See gh-33166
1 parent e06115c commit 3d8f1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/partials/web/web-uris.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ template.
389389
encode URI component value _after_ URI variables are expanded.
390390
* `NONE`: No encoding is applied.
391391

392-
The `RestTemplate` is set to `EncodingMode.URI_COMPONENT` for historic
392+
The `RestTemplate` is set to `EncodingMode.URI_COMPONENT` for historical
393393
reasons and for backwards compatibility. The `WebClient` relies on the default value
394394
in `DefaultUriBuilderFactory`, which was changed from `EncodingMode.URI_COMPONENT` in
395395
5.0.x to `EncodingMode.TEMPLATE_AND_VALUES` in 5.1.

0 commit comments

Comments
 (0)