netliomax25-code opened a new pull request, #2567:
URL: https://github.com/apache/groovy/pull/2567

   `containsIgnoreCase` lowercases both arguments with the JVM default locale, 
so
   under `tr_TR` `"ADMIN".containsIgnoreCase("admin")` returns false — `I` folds
   to dotless `ı`. Switch to `Locale.ROOT`, matching the sibling
   `startsWithIgnoreCase`/`endsWithIgnoreCase` which already fold 
locale-independently via `equalsIgnoreCase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to