Created attachment 41547 [details] [review] Patch fixing the problem with escape caracters on the proxy password On Ubuntu 10.10 the proxy password is saved using escape caracteres. Example: the password "12;45" is saved as "12%3B45"
Created attachment 41548 [details] [review] Patch fixing the problem with escape caracters on the proxy password Not execute unquote if user or password is None
This error does not apply to papyon. The proxy password must not have escape characters. My password has a ";" and so the "http_proxy" environment variable has a URL with escape characters. The problem occurs because the "test.py" takes the proxy information from the environment variable (http_proxy), using urllib.getproxies(). It would be interesting to use libproxy on the "test.py" instead of urllib.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.