You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If LogFactory.Log4jLog methods tested for a String and called the appropriate method, Log4j would use a ReusableSimpleMessage instead, which doesn't suffer from this problem.
Uh oh!
There was an error while loading. Please reload this page.
Gary Russell opened SPR-16226 and commented
Results in an improper argument expansion due to Log4j internal use of
ReusableObjectMessage
.If log4j-api is on the class path.
If
LogFactory.Log4jLog
methods tested for aString
and called the appropriate method, Log4j would use aReusableSimpleMessage
instead, which doesn't suffer from this problem.Affects: 5.0.1
Issue Links:
Referenced from: commits 93f17da
The text was updated successfully, but these errors were encountered: