mwkirk / javapns

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

Proxy auth username and password are not used #143

Closed mwkirk closed 11 years ago

mwkirk commented 11 years ago

Original author: cox1...@gmail.com (August 27, 2012 14:23:24)

ProxyManager setProxyAuthorization has a bug.

Line 58, "USER" and "PASSWORD" must be replaced by the variables username and password.

Otherwise, a HTTP 407 is returned by the proxy.

Original issue: http://code.google.com/p/javapns/issues/detail?id=143

mwkirk commented 11 years ago

From sype...@gmail.com on September 08, 2012 02:22:43 Fixed in r368 (source code only... the fix will be included in the next build).