You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "santosh kulkarni (JIRA)" <ji...@apache.org> on 2008/10/28 05:52:44 UTC

[jira] Updated: (CXF-1887) add ability to modify log of response before logging in LoggingOutInterceptor

     [ https://issues.apache.org/jira/browse/CXF-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

santosh kulkarni updated CXF-1887:
----------------------------------

    Attachment: LoggingOutInterceptor.diff

Patch attached.

> 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
>
>         Attachments: LoggingOutInterceptor.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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.