Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: URL-decode proxy username and password
In cases where the proxy username or password contains characters that cannot show up in URLs, they should be URL-encoded. This is to ensure backwards compatibility with the Mender client 3. Unfortunately, tinyproxy considers all special characters in the BasicAuth configuration entry as syntax error so we have no way to test this. Ticket: MEN-7402 Changelog: none Signed-off-by: Vratislav Podzimek <vratislav.podzimek@northern.tech>
- Loading branch information