Actions
Bug #15565
closedSystem proxy credentials with certain characters may fail to authenticate
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
24.11
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
The system proxy password should be URL-encoded, otherwise auth requests may fail. Additionally, input validation should prevent empty proxy passwords when a proxy username is specified.
There are valid special characters that get rejected due to input validation for the proxy username; encode it as well instead of rejecting.
Actions