APPC CDT Future timestamp issue fix -new HTTP req 95/55595/4
authorod7427 <od7427@att.com>
Fri, 29 Jun 2018 17:33:47 +0000 (13:33 -0400)
committerTakamune Cho <tc012c@att.com>
Fri, 6 Jul 2018 18:19:10 +0000 (18:19 +0000)
commitf5d3fa206b636a7e235b57b43a7812c92258208a
tree5d04eef93283148e5ea61fd93d980d31c2ef613e
parent9fec029349301e7bc54033a08270ca8707f4b9bd
APPC CDT Future timestamp issue fix -new HTTP req

APPC CDT GUI generated timestamp in user browser in request data.
Sometimes the timestamp appeared in future compared to APPC server time.
To fix the APPC CDT Future timestamp issue adding a new HTTP request to
 DesignDBService to get UTC Timestamp from the APPC server.
Also adding this request to DbResponseProcessor, RequestValidator
 to avoid validation failures.
Modified DesignDBService.java to satisfy review comments.
Made additional corrections after failed build.

Change-Id: Ic9d3f1ebb42143e497e21520843a78ecb882d0fc
Issue-ID: APPC-1026
Signed-off-by: od7427 <od7427@att.com>
appc-inbound/appc-design-services/provider/src/main/java/org/onap/appc/design/dbervices/DbResponseProcessor.java
appc-inbound/appc-design-services/provider/src/main/java/org/onap/appc/design/dbervices/DesignDBService.java
appc-inbound/appc-design-services/provider/src/main/java/org/onap/appc/design/dbervices/RequestValidator.java
appc-inbound/appc-design-services/provider/src/main/java/org/onap/appc/design/services/util/DesignServiceConstants.java