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

Ralph Goers resolved LOG4J2-244.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-beta7
         Assignee: Ralph Goers

The filter on the RewriteAppender itself was not being ignored. However, 
filters on the referenced appenders were. This has been corrected in revision 
1482079. Please verify and close.
                
> RewriteAppender ignores the filter that's passed to it.
> -------------------------------------------------------
>
>                 Key: LOG4J2-244
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-244
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0-beta6
>            Reporter: Kurt Lehrke
>            Assignee: Ralph Goers
>             Fix For: 2.0-beta7
>
>
> The RewriteAppender ignores the filter provided. It just passes null instead 
> of adding the filter.
> It occurs on the line where the AppenderControl is added to the 
> ConcurrentMap.  Instead of passing null, it could just pass the reference to 
> the filter that it already passes to the super class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to