RFR: 8349890 : Option -Djava.security.debug=x509,ava breaks special chars [v2]
Koushik Muthukrishnan Thirupattur
duke at openjdk.org
Tue Apr 1 16:54:25 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 refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new 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/0fdfaca6..1096d02b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24360&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24360&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 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