Fix locale-dependent toLowerCase()/toUpperCase()
calls
#1281
Labels
bug
Incorrect, unexpected, or unintended behavior of existing code
good first issue
Issues that are good for contributors looking to get started
Milestone
Log4j2 has a couple of remaining call sites of
String#toLowerCase
andString#toUpperCase
, which are locale-dependent. These calls should be replaced withStrings#toRootLowerCase
andStrings#toRootUpperCase
.Such a call is present for example in
PluginManager
, which causesIfLastModified
to be transformed toıflastmodified
(with a dotless i), if the locale is Turkish (cf. this SO question).The text was updated successfully, but these errors were encountered: