RFR: 8349890 : option -Djava.security.debug=x509,ava breaks special chars

Koushik Muthukrishnan Thirupattur duke at openjdk.org
Tue Apr 1 16:47:13 UTC 2025


**A DESCRIPTION OF THE PROBLEM :**
Enabling -Djava.security.debug=x509,ava affects how special characters in certificates are processed. The expected behavior is that debugging should not interfere with the normal encoding of certificate fields.

**Fix:**
The Debugging will no longer interfere with these fields, unless you call toString().

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

Commit messages:
 - 8349890:option -Djava.security.debug=x509,ava breaks special chars
 - 8349890: option -Djava.security.debug=x509,ava breaks special chars

Changes: https://git.openjdk.org/jdk/pull/24360/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24360&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8349890
  Stats: 76 lines in 2 files changed: 58 ins; 14 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/24360.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24360/head:pull/24360

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


More information about the security-dev mailing list