RFR: 8369995: Implement extra logging and/or propagate errors in X509KeyManagerImpl and fix StringIndexOutOfBoundsException [v5]

Mikhail Yankelevich myankelevich at openjdk.org
Fri Oct 17 22:39:49 UTC 2025


On Fri, 17 Oct 2025 22:00:50 GMT, Artur Barashev <abarashev at openjdk.org> wrote:

>> Mikhail Yankelevich has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Artur's comments
>
> src/java.base/share/classes/sun/security/ssl/X509KeyManagerImpl.java line 260:
> 
>> 258:             // ignore and only log exception
>> 259:             if (SSLLogger.isOn && SSLLogger.isOn("keymanager")) {
>> 260:                 SSLLogger.warning("Exception thrown while getting an alias " + alias + ": " + e);
> 
> Line length > 80

done in the next commit

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27851#discussion_r2441397174


More information about the security-dev mailing list