RFR: 8044609: javax.net.debug options not working and documented as expected [v26]
Bradford Wetmore
wetmore at openjdk.org
Wed Jan 28 20:27:05 UTC 2026
On Wed, 28 Jan 2026 16:11:52 GMT, Sean Coffey <coffeys at openjdk.org> wrote:
>> src/java.base/share/classes/sun/security/ssl/SSLLogger.java line 105:
>>
>>> 103: if (Opt.HANDSHAKE.on && p.contains("verbose")) {
>>> 104: Opt.HANDSHAKE_VERBOSE.on = true;
>>> 105: }
>>
>> Not absolutely needed given the options currently defined, but you could `replaceFirst()` on these 3 as well.
>>
>> Your call.
>
> thanks - I might leave this out for now. Unlikely we'll ever need such values to be removed.
Ok.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18764#discussion_r2738459779
More information about the security-dev
mailing list