Do not overwrite requestId 36/84536/1
authorBenjamin, Max (mb388a) <mb388a@us.att.com>
Mon, 8 Apr 2019 14:12:52 +0000 (10:12 -0400)
committerBenjamin, Max (mb388a) <mb388a@us.att.com>
Mon, 8 Apr 2019 14:13:08 +0000 (10:13 -0400)
commitecea1e9e8d4d2a794c68d35e100b9315f0ce95c8
tree5f7082631713d9f45902e72444314280678360de
parente757e801c665a1758cf4c976b24df13adda38b2b
Do not overwrite requestId

Added filter to reject requests that reuse request ids
for requests db

Change-Id: Iced020a9e1bc98c93911966f62ac0049e43e314b
Issue-ID: SO-1762
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
mso-api-handlers/mso-api-handler-common/pom.xml
mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/filters/RequestIdFilter.java [new file with mode: 0644]
mso-api-handlers/mso-api-handler-common/src/test/java/org/onap/so/apihandler/filters/RequestIdFilterTest.java [new file with mode: 0644]
mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/JerseyConfiguration.java