Either log or rethrow this exception
Sonar Link:
https://sonar.onap.org/project/issues?assignees=Snigdha503415&id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1&open=AV5hThEb32hFUzlqeS5d&resolved=false&severities=CRITICAL
Location:
src/main/java/com/att/nsa/dmaap/util/DMaaPAuthFilter.java
Line No-66
Change-Id: Ifd99978ed4d0cbcce5fb78c7afed785f65b516c5
Issue-ID: DMAAP-311
Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
super.init(filterConfig);
} catch (Exception ex) {
super.init(filterConfig);
} catch (Exception ex) {
- log.error("Ajsc Cadi Filter Exception:" + ex.getMessage());
+ log.error("Ajsc Cadi Filter Exception" + ex);