RFR: 8312443: sun.security should use toLowerCase(Locale.ROOT)

John Jiang jjiang at openjdk.org
Thu Jul 20 09:36:59 UTC 2023


sun.security codes should use `toLowerCase(Locale.ROOT)` instead of `toLowerCase()`.
In addition, no `toUpperCase()` was found in this code scope.

-------------

Commit messages:
 - 8312443: sun.security should use toLowerCase(Locale.ROOT)

Changes: https://git.openjdk.org/jdk/pull/14948/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14948&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8312443
  Stats: 9 lines in 3 files changed: 2 ins; 1 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/14948.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14948/head:pull/14948

PR: https://git.openjdk.org/jdk/pull/14948


More information about the security-dev mailing list