diff options
author | liamfallon <liam.fallon@est.tech> | 2019-02-05 17:37:24 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-02-05 17:37:24 +0000 |
commit | 05df038e0b09bfd5f0c9bfc1e8aa10f9c97f39a4 (patch) | |
tree | 05779d28246969ee2b87ebbd9868be954dded78a /examples/examples-decisionmaker | |
parent | aacfb4ca7da6a76282c5703049fb7b52f65a36a8 (diff) |
Fix bug with Apex rejecting HTTP 2xx responses
APEX rejects all HTTP responses except 200. This change accepts
any HTTP 2xx response code as a valid response.
Issue-ID: POLICY-1289
Change-Id: Ief681ba4dac1ef3ff5f257dd931569bd2274d017
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'examples/examples-decisionmaker')
-rw-r--r-- | examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigHealthCheckRESTClient.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigHealthCheckRESTClient.json b/examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigHealthCheckRESTClient.json index ec7391afe..ed90282a1 100644 --- a/examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigHealthCheckRESTClient.json +++ b/examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigHealthCheckRESTClient.json @@ -1,6 +1,6 @@ { "javaProperties" : [ - ["javax.net.ssl.trustStore", "/home/liam/tmp/distribution/etc/ssl/policy-truststore"], + ["javax.net.ssl.trustStore", "etc/ssl/policy-truststore"], ["javax.net.ssl.trustStorePassword", "UG9sMWN5XzBuYXA="] ], "engineServiceParameters": { |