Correct domain suffix to onap.org 83/19783/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Thu, 19 Oct 2017 18:23:23 +0000 (14:23 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Thu, 19 Oct 2017 18:24:15 +0000 (14:24 -0400)
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) <clott@research.att.com>
ecomp-portal-FE-os/client/configurations/dev.json
ecomp-portal-FE-os/client/configurations/integ.json

index 38142f7..c9bcade 100644 (file)
@@ -94,5 +94,5 @@
                "loggedinUser" : "http://localhost:8080/ecompportal/portalApi/loggedinUser",
                "modifyLoggedinUser" : "http://localhost:8080/ecompportal/portalApi/modifyLoggedinUser"
        },
-       "cookieDomain": "org.openecomp"
+       "cookieDomain": "onap.org"
 }
index aca4e1f..c3791a5 100644 (file)
@@ -94,5 +94,5 @@
                "loggedinUser" : "portalApi/loggedinUser",
                "modifyLoggedinUser" : "portalApi/modifyLoggedinUser"
        },
-       "cookieDomain": "openecomp.org"
+       "cookieDomain": "onap.org"
 }