Fixing dmaap authentication exception 77/7377/2
authorPatrick Brady <pb071s@att.com>
Fri, 11 Aug 2017 18:41:51 +0000 (11:41 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 11 Aug 2017 19:20:42 +0000 (12:20 -0700)
commit06e1200649398b37d1eed49a7184a54c6ff5269e
tree0e60caa68d3c15d45f26abb67928584cc065e006
parentfe0e98940048cad839c629821da78b3fcf33b6d2
Fixing dmaap authentication exception

Dmaap http client was incorrectly throwing an exception if
no authetication was present. This should not be since
dmaap does not require authentication.

Change-Id: If90ce1e52bf226bacc5a6c57bfe8aaa98e583bc5
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-Id: APPC-135
appc-adapters/appc-dmaap-adapter/appc-dmaap-adapter-bundle/src/main/java/org/openecomp/appc/adapter/messaging/dmaap/http/CommonHttpClient.java