-
Notifications
You must be signed in to change notification settings - Fork 196
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
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters