Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy conf with "@" in the password #148

Open
GoogleCodeExporter opened this issue Apr 23, 2015 · 0 comments
Open

Proxy conf with "@" in the password #148

GoogleCodeExporter opened this issue Apr 23, 2015 · 0 comments
Labels
bug Known bug in the code. Priority-Medium

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Known bug in the code. Priority-Medium
Projects
None yet
Development

No branches or pull requests

2 participants