A blog about my daily tech ramblings.

Showing posts with label cxf. Show all posts
Showing posts with label cxf. Show all posts

Wednesday, 12 November 2014

Masking Sensitive Information using CXF Logging Interceptor

In this article we'll see how to mask/hide sensitive information when using CXF Logging IN/OUT Interceptor.

The solution was built to run on Apache Karaf / Fuse ESB, but a similar approach can be utilised to run the custom logging interceptor on other environments.


Alternative approach by parsing SOAP XML Payload : Source Code