Description
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.