> @@ -100,11 +100,39 @@
>     /**
>      * Boolean property.
>      * <p/>
> -    * Whether or not to use the proxy setup from the underlying operating 
> system.
> -    */
> +    * Whether or not to attempt to use the proxy setup from the underlying 
> operating system.
> +    * Defaults to false. 
> +    * Only considered if {@link #PROPERTY_PROXY_FROM_JVM} is false
> +    * and {@link #PROPERTY_PROXY_HOST} is not supplied.
> +    * Due to how Java's <code>java.net.useSystemProxies</code> is handled,
> +    * this may have limited effectiveness.
> +    */
> +   // TODO: should this be deprecated? the impl attempts to set the 
> corresponding JVM system property
> +   // but that is documented to have no effect if set after system startup;
> +   // see e.g. 
> https://docs.oracle.com/javase/7/docs/api/java/net/doc-files/net-properties.html

+1 to mark it as deprecated.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/914/files#r52030748

Reply via email to