From 05df038e0b09bfd5f0c9bfc1e8aa10f9c97f39a4 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 5 Feb 2019 17:37:24 +0000 Subject: 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 --- .../examples/config/DecisionMaker/ApexConfigHealthCheckRESTClient.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/examples-decisionmaker/src/main') 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": { -- cgit 1.2.3-korg