RFR: 8349890 : Option -Djava.security.debug=x509,ava breaks special chars [v3]

Koushik Muthukrishnan Thirupattur duke at openjdk.org
Fri Apr 4 03:18:31 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().

Koushik Muthukrishnan Thirupattur has updated the pull request incrementally with one additional commit since the last revision:

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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24360/files
  - new: https://git.openjdk.org/jdk/pull/24360/files/1096d02b..06bbe7d4

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24360&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24360&range=01-02

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 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