By default, `RestClient`, `WebClient`, and `RestTemplate` use the RFC parser type, and
@ -255,10 +255,10 @@ expect applications to provide with URL templates that conform to RFC syntax. To
@@ -255,10 +255,10 @@ expect applications to provide with URL templates that conform to RFC syntax. To
that you can customize the `UriBuilderFactory` on any of the clients.
Applications and frameworks may further rely on `UriComponentsBuilder` for their own needs
to parse user provided URL's in order to inspect and possibly validated URI components
to parse user provided URLs in order to inspect and possibly validated URI components
such as the scheme, host, port, path, and query. Such components can decide to use the
WhatWG parser type in order to handle URL's more leniently, and to align with the way
browsers parse URI's, in case of a redirect to the input URL or if it is included in a
WhatWG parser type in order to handle URLs more leniently, and to align with the way
browsers parse URIs, in case of a redirect to the input URL or if it is included in a
@ -126,7 +126,7 @@ public final class UrlHandlerFilter extends OncePerRequestFilter {
@@ -126,7 +126,7 @@ public final class UrlHandlerFilter extends OncePerRequestFilter {
@ -117,7 +117,7 @@ public final class UrlHandlerFilter implements WebFilter {
@@ -117,7 +117,7 @@ public final class UrlHandlerFilter implements WebFilter {