mwkirk / javapns

Test import of svn javapns repo from Google Code
3 stars 0 forks source link

*_PROXY_AUTHORIZATION_PROPERTY is never read #142

Closed mwkirk closed 11 years ago

mwkirk commented 11 years ago

Original author: cox1...@gmail.com (August 23, 2012 12:56:53)

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

ProxyManager:

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: http://code.google.com/p/javapns/issues/detail?id=142

mwkirk commented 11 years ago

From cox1...@gmail.com on August 27, 2012 14:25:17 The fix from issue 143, together with this fix, make the HTTP 407 disappear.

mwkirk commented 11 years ago

From sype...@gmail.com on September 08, 2012 02:20:52 Fixed in r368.