Github user drigodwin commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/450#discussion_r88884265
--- Diff:
test-framework/src/main/java/org/apache/brooklyn/test/framework/TestHttpCall.java
---
@@ -51,6 +51,8 @@
.defaultValue(HttpMethod.GET)
.build();
+ ConfigKey<Boolean> TRUST_ALL =
ConfigKeys.newBooleanConfigKey("trustAll","Trust all certificates used to sign
this request",true);
--- End diff --
Yes, I preferred to stick to the nomenclature defined by `HttpTool` and I'm
not sure there's a lot else it could potentially be confused with.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---