mateodx / pulledpork

Automatically exported from code.google.com/p/pulledpork
GNU General Public License v2.0
0 stars 0 forks source link

Proxy conf with "@" in the password #148

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure de proxy with variables http_proxy and https_proxy with auth (the 
password has a "@") 
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Fedora Beta 20 and PulledPork v0.7.0 - Swine Flu!

Please provide any additional information below.

The problem is quite simple seems the parse proxy conf does not manage @

http_proxy=http://jnovo:P@ssw0rd@proxy.micasa.local
https_proxy=http://jnovo:P@ssw0rd@proxy.micasa.local
export http_proxy https_proxy

Also using:

http_proxy=http://jnovo:P%40ssw0rd@proxy.micasa.local
https_proxy=http://jnovo:P%40ssw0rd@proxy.micasa.local
export http_proxy https_proxy

Original issue reported on code.google.com by jnov...@gmail.com on 28 Nov 2013 at 1:20