add ability to modify log of response before logging in LoggingOutInterceptor
-----------------------------------------------------------------------------

                 Key: CXF-1887
                 URL: https://issues.apache.org/jira/browse/CXF-1887
             Project: CXF
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.2
         Environment: All
            Reporter: santosh kulkarni
            Priority: Minor
             Fix For: 2.2


Modifying the response message while logging is not straightforward to achieve. 
LoggingOutInterceptor needs a protected method which gets called before the 
actual log. Subclasses of LoggingOutInterceptor  can override the transform 
method and return whatever transformed message they want to log, e.g. replacing 
sensitive information with a masking character.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to