> }
> + if (config.canUseProxyFromJvm()) {
> + return getDefaultProxy(endpoint);
> + }
> + if (config.useSystem()) {
> + System.setProperty("java.net.useSystemProxies", "true");Add a comment here to explain that this actually has little effect in practice? I.e. the same comment as in the PR explanation? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/914/files#r52049058
