File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
framework-docs/modules/ROOT/partials/web Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,9 +268,9 @@ response to a browser.
268268
269269`UriComponentsBuilder` exposes encoding options at two levels:
270270
271- * {spring-framework-api}/web/util/UriComponentsBuilder.html#encode-- [UriComponentsBuilder#encode()]:
271+ * {spring-framework-api}/web/util/UriComponentsBuilder.html#encode() [UriComponentsBuilder#encode()]:
272272Pre-encodes the URI template first and then strictly encodes URI variables when expanded.
273- * {spring-framework-api}/web/util/UriComponents.html#encode-- [UriComponents#encode()]:
273+ * {spring-framework-api}/web/util/UriComponents.html#encode() [UriComponents#encode()]:
274274Encodes URI components _after_ URI variables are expanded.
275275
276276Both options replace non-ASCII and illegal characters with escaped octets. However, the first option
You can’t perform that action at this time.
0 commit comments