roded commented on a change in pull request #92:
URL: https://github.com/apache/jclouds/pull/92#discussion_r542426024



##########
File path: core/src/main/java/org/jclouds/Constants.java
##########
@@ -182,6 +182,11 @@
     */
    public static final String PROPERTY_PROXY_FOR_SOCKETS = 
"jclouds.proxy-for-sockets";
 
+   /**
+    * List of URI patterns for which the defined proxy will not be used.
+    */
+   public static final String PROPERTY_PROXY_EXCLUDE_URI_PATTERN_PREFIX = 
"jclouds.proxy-exclude-uri-pattern.";

Review comment:
       I was following the PROPERTY_TIMEOUTS_PREFIX example to allow specifying 
multiple patterns via multiple configuration options. Using commas and such 
would've required escaping which I preferred to avoid.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to