Integrated: 8349890 : Option -Djava.security.debug=x509,ava breaks special chars
Koushik Muthukrishnan Thirupattur
duke at openjdk.org
Mon Apr 7 17:32:00 UTC 2025
On Tue, 1 Apr 2025 16:40:57 GMT, Koushik Muthukrishnan Thirupattur <duke at openjdk.org> wrote:
> **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().
This pull request has now been integrated.
Changeset: 0d4d1558
Author: Koushik Thirupattur <koushik.thirupattur at oracle.com>
Committer: Sean Mullan <mullan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0d4d1558164bb352aa4f7be1fffb7eb2da506944
Stats: 79 lines in 2 files changed: 61 ins; 14 del; 4 mod
8349890: Option -Djava.security.debug=x509,ava breaks special chars
Reviewed-by: mullan
-------------
PR: https://git.openjdk.org/jdk/pull/24360
More information about the security-dev
mailing list