RFR: 8349890 : Option -Djava.security.debug=x509,ava breaks special chars [v4]
Sean Mullan
mullan at openjdk.org
Mon Apr 7 14:07:02 UTC 2025
On Fri, 4 Apr 2025 17:46:39 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().
>
> 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
Marked as reviewed by mullan (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/24360#pullrequestreview-2746963330
More information about the security-dev
mailing list