hengsokchamroeun / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

*_PROXY_AUTHORIZATION_PROPERTY is never read #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The fix from issue 143, together with this fix, make the HTTP 407 disappear.

Original comment by cox1...@gmail.com on 27 Aug 2012 at 2:25

GoogleCodeExporter commented 8 years ago
Fixed in r368.

Original comment by sype...@gmail.com on 8 Sep 2012 at 2:20