From c53ad826391ef385e614b8c4617eb5e424ae11f7 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 25 Mar 2020 14:22:28 -0400 Subject: Adjust properties for context URI with slash Added a trailing "/" to the context URI for the various actors. Updated the properties to accomodate it. Also fixed the "path" for a couple of actors; the path property only applies at the individual operation level, not at the actor level. Issue-ID: POLICY-2441 Signed-off-by: Jim Hahn Change-Id: I4e8c4cd07de5ac075dbfa56d83116e1e87bdee1c --- .../src/main/feature/config/VFC-http-client.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties') diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties index f09880763..b4bc9427d 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties @@ -24,4 +24,4 @@ http.client.services.VFC.host=${envd:VFC_HOST} http.client.services.VFC.port=${envd:VFC_PORT} http.client.services.VFC.username=${envd:VFC_USERNAME} http.client.services.VFC.password=${envd:VFC_PASSWORD} -http.client.services.VFC.contextUriPath=${envd:VFC_CONTEXT_URI:api/nslcm/v1} +http.client.services.VFC.contextUriPath=${envd:VFC_CONTEXT_URI:api/nslcm/v1/} -- cgit 1.2.3-korg