Hi, I am currently logging inbound and outbound messages (with the LoggingInInterceptor and LoggingOutInterceptor) using CXF 2.2.12 (JAX-RS only) and I would like to mask sensitive data before it's written to a file. Upgrading is not an option at the moment. We are supporting multiple media types and it's possible there could be multiple data elements I would need to mask. Does anyone have any best practices or successful approaches they are willing to share in order to achieve this?
Thanks in advance, Steve
