RFR: 8369995: Implement extra logging and/or propagate errors in X509KeyManagerImpl and fix StringIndexOutOfBoundsException [v6]
Mikhail Yankelevich
myankelevich at openjdk.org
Mon Oct 20 20:21:45 UTC 2025
On Mon, 20 Oct 2025 17:18:58 GMT, Artur Barashev <abarashev at openjdk.org> wrote:
>> src/java.base/share/classes/sun/security/ssl/X509KeyManagerImpl.java line 231:
>>
>>> 229: alias.length() - secondDot < 2) {
>>> 230:
>>> 231: if (SSLLogger.isOn && SSLLogger.isOn("keymanager")) {
>>
>> `ssl,keymanager`
>>
>> We're in the process of cleaning these up.
>
> I guess we should change it throughout the file then.
Done in the next commit
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27851#discussion_r2446016868
More information about the security-dev
mailing list