Description
The publicly accessible method map() of the DefaultLogEventMapper object was updated in CXF-8099 to include the ability to mask sensitive headers. In doing so, the method signature was changed to add a set of sensitive protocol headers. For existing implementations, this is a breaking change as the method signature differs.
The proposed PR overloads the method to add back the version of the method that takes in one parameter, the message. A null check is also added for the sensitiveProtocolHeaders set.
Attachments
Issue Links
- links to