gitlab-org--gitlab-foss/changelogs/unreleased/sh-handle-colons-in-url-passwords.yml
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

5 lines
86 B
YAML

---
title: Properly handle colons in URL passwords
merge_request:
author:
type: fixed