Browse Source

Fix typo in URI Encoding section of reference docs

Closes gh-26436
pull/26442/head
daisuzz 4 years ago committed by GitHub
parent
commit
d96448fde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/docs/asciidoc/web/web-uris.adoc

2
src/docs/asciidoc/web/web-uris.adoc

@ -318,7 +318,7 @@ the approach to encoding, based on one of the below encoding modes: @@ -318,7 +318,7 @@ the approach to encoding, based on one of the below encoding modes:
the first option in the earlier list, to pre-encode the URI template and strictly encode URI variables when
expanded.
* `VALUES_ONLY`: Does not encode the URI template and, instead, applies strict encoding
to URI variables through `UriUtils#encodeUriUriVariables` prior to expanding them into the
to URI variables through `UriUtils#encodeUriVariables` prior to expanding them into the
template.
* `URI_COMPONENT`: Uses `UriComponents#encode()`, corresponding to the second option in the earlier list, to
encode URI component value _after_ URI variables are expanded.

Loading…
Cancel
Save