Closed as not planned
Description
Affects: Any with UrlParser
The recently added org.springframework.web.util.UrlParser
is not spec compliant outside of the limited scope of modern browsers.
The living URL document at whatwg is incompatible with the IETF URI spec, Java itself, the Servlet spec, and various other non-browser use cases.
Users that want to use the new UrlParser
should not be using it for non-browser use cases (eg: REST clients).