Files
gitlabhq/changelogs
Stan Hu 718a23fd36 Properly handle colons in URL passwords
Before b46d5b13ec, we relied on
`Addressable::URI` to parse the username/password in a URL, but this failed
when credentials contained special characters. However, this introduced a regression
where the parsing would incorrectly truncate the password if the password had a colon.

Closes #49080
2018-07-10 13:09:37 -07:00
..