Original author: silvano....@vipera.com (November 21, 2012 08:11:11)
The ProxyManager class currently does not consider the system property http.noProxyHosts. I have a use case where I would like to bypass the http proxy for the javapns requests to APNS, but setting -Dhttp.noProxyHosts=gateway.sandbox.push.apple.com us ignored, meaning the javans requests are proxied nevertheless.
What steps will reproduce the problem?
set https.proxyHost and https.proxyHost system properties
javapns push notification for APNS will go through the proxy
set -Dhttp.noProxyHosts=gateway.sandbox.push.apple.com
javapns push notification for APNS still go through the proxy, even though they should not
What version of the product are you using? On what operating system?
Original author: silvano....@vipera.com (November 21, 2012 08:11:11)
The ProxyManager class currently does not consider the system property http.noProxyHosts. I have a use case where I would like to bypass the http proxy for the javapns requests to APNS, but setting -Dhttp.noProxyHosts=gateway.sandbox.push.apple.com us ignored, meaning the javans requests are proxied nevertheless.
What steps will reproduce the problem?
What version of the product are you using? On what operating system?
2.2
Original issue: http://code.google.com/p/javapns/issues/detail?id=155