You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Volkan Yazici (Jira)" <ji...@apache.org> on 2022/05/02 21:14:00 UTC

[jira] [Updated] (LOG4J2-3475) RegexFilter does not respect useRawMsg option in some cases

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

Volkan Yazici updated LOG4J2-3475:
----------------------------------
    Fix Version/s: 2.18.0
                       (was: 2.17.3)

> RegexFilter does not respect useRawMsg option in some cases
> -----------------------------------------------------------
>
>                 Key: LOG4J2-3475
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-3475
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Filters
>    Affects Versions: 2.17.2
>            Reporter: Jeremy Lin
>            Priority: Major
>             Fix For: 2.18.0
>
>
> [https://github.com/apache/logging-log4j2/blob/rel/2.17.2/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/RegexFilter.java#L58-L61:]
> {code:java}
> public Result filter(final Logger logger, final Level level, final Marker marker, final String msg,
>         final Object... params) {
>     return filter(msg);
> }
> {code}
> This code does not parameterize the message when {{useRawMsg}} is false.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)