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:47 UTC 2025
On Mon, 20 Oct 2025 16:14:56 GMT, Bradford Wetmore <wetmore 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 258:
>
>> 256: IndexOutOfBoundsException e) {
>> 257: // ignore and only log exception
>> 258: if (SSLLogger.isOn && SSLLogger.isOn("keymanager")) {
>
> `ssl,keymanager`
Done in the next commit
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27851#discussion_r2446016488
More information about the security-dev
mailing list