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_AUTHORIZATION_PROPERTY is never read #142

Closed
GoogleCodeExporter opened this issue Sep 25, 2015 · 3 comments
Closed

*_PROXY_AUTHORIZATION_PROPERTY is never read #142

GoogleCodeExporter opened this issue Sep 25, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

The wrong system properties are read in order to get the proxy 
username/password. This is probably coming from a quick copy-paste.

ProxyManager:
- line 118: it should be LOCAL_PROXY_AUTHORIZATION_PROPERTY
- line 122: it should be JVM_PROXY_AUTHORIZATION_PROPERTY

Anyway even with these changes, I get a 407 from the proxy. I would recommend 
using the same implementation as apache http components (httpclient).

Original issue reported on code.google.com by cox1...@gmail.com on 23 Aug 2012 at 12:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant