How can I get URLConnection to bypass the proxy for certain addresses?
Created May 4, 2012
Tim Rohaly When using Sun's implementation of URL,
URLConnection, or HttpURLConnection,
to access an HTTP URL,
you can set the system property http.nonProxyHosts
to be a '|' separated list of hosts not to proxy.