You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2016/02/18 15:41:18 UTC

[jira] [Created] (CXF-6788) Allow to specify a filter class in the LogginggFeature

Christian Schneider created CXF-6788:
----------------------------------------

             Summary: Allow to specify a filter class in the LogginggFeature
                 Key: CXF-6788
                 URL: https://issues.apache.org/jira/browse/CXF-6788
             Project: CXF
          Issue Type: New Feature
          Components: logging
    Affects Versions: 3.1.5
            Reporter: Christian Schneider
            Assignee: Christian Schneider
             Fix For: 3.1.6


Sometimes not all of the logging data should be sent out. 
One use case is a UserNameToken authentication where sensitive data is stored in the message body.

The user should be able to configure a filter class in the LoggingFeature. The class could have an interface of
Event filter(Event);




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)