From: Christopher Lott (cl778h) Date: Thu, 19 Oct 2017 18:23:23 +0000 (-0400) Subject: Correct domain suffix to onap.org X-Git-Tag: v1.3.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=commitdiff_plain;h=2b39251bbfdb1f2240bad8a293cb1f7c72137b6c Correct domain suffix to onap.org Missed an occurrence of cookie domain in the front-end config file, changed to onap.org (was openecomp.org). Issue: PORTAL-130 Change-Id: Ieb19912b503c6e0b16bd17ed7d4b1d9a9bc6a439 Signed-off-by: Christopher Lott (cl778h) --- diff --git a/ecomp-portal-FE-os/client/configurations/dev.json b/ecomp-portal-FE-os/client/configurations/dev.json index 38142f73..c9bcade6 100644 --- a/ecomp-portal-FE-os/client/configurations/dev.json +++ b/ecomp-portal-FE-os/client/configurations/dev.json @@ -94,5 +94,5 @@ "loggedinUser" : "http://localhost:8080/ecompportal/portalApi/loggedinUser", "modifyLoggedinUser" : "http://localhost:8080/ecompportal/portalApi/modifyLoggedinUser" }, - "cookieDomain": "org.openecomp" + "cookieDomain": "onap.org" } diff --git a/ecomp-portal-FE-os/client/configurations/integ.json b/ecomp-portal-FE-os/client/configurations/integ.json index aca4e1fc..c3791a5c 100644 --- a/ecomp-portal-FE-os/client/configurations/integ.json +++ b/ecomp-portal-FE-os/client/configurations/integ.json @@ -94,5 +94,5 @@ "loggedinUser" : "portalApi/loggedinUser", "modifyLoggedinUser" : "portalApi/modifyLoggedinUser" }, - "cookieDomain": "openecomp.org" + "cookieDomain": "onap.org" }