Consistent parsing of user information in UriComponentsBuilder #32211
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
The
USERINFO_PATTERN
inUriComponentsBuilder
was updated a while ago to ignore other hierarchical components such as path, query, and fragment, but it should do so only for those in order to be consistent with the syntax from RFC 3986, section 3.2 and also withHierarchicalUriComponents.Type.USER_INFO
, which follows that syntax.The text was updated successfully, but these errors were encountered: