Let request-id value derive from alternative request-headers 10/96010/4
authorIttay Stern <ittay.stern@att.com>
Thu, 19 Sep 2019 15:26:45 +0000 (18:26 +0300)
committerIttay Stern <ittay.stern@att.com>
Sun, 22 Sep 2019 13:31:46 +0000 (16:31 +0300)
commit12afea79026ec66cbe9046a06af7407da3f63231
tree33ed397251a7927d79849fe3a4e0ba98a43494da
parent2be2e77d30a3cd547c1a37fb2f280b5fabf1ecd6
Let request-id value derive from alternative request-headers

Issue-ID: VID-253

Change-Id: Icae6caf5f720da0c7587f62380d1783669e69d9f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
vid-app-common/src/main/java/org/onap/vid/controller/filter/PromiseRequestIdFilter.java
vid-app-common/src/main/java/org/onap/vid/logging/Headers.kt [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/controller/filter/PromiseRequestIdFilterTest.java [moved from vid-app-common/src/test/java/org/onap/vid/controller/PromiseRequestIdFilterTest.java with 59% similarity]
vid-app-common/src/test/java/org/onap/vid/mso/rest/OutgoingRequestHeadersTest.java