RFR: 8282723: Add constructors taking a cause to JSSE exceptions [v2]

Bradford Wetmore wetmore at openjdk.java.net
Mon Mar 7 20:45:06 UTC 2022


On Mon, 7 Mar 2022 20:39:44 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:

>> src/java.base/share/classes/sun/security/ssl/SSLTrafficKeyDerivation.java line 158:
>> 
>>> 156:             } catch (GeneralSecurityException gse) {
>>> 157:                 throw new SSLHandshakeException(
>>> 158:                         "Could not generate secret", gse);
>> 
>> I can't quite tell given the coloring, but did this get changed into a tab?
>
> Yes, I added 4 more whitespaces in line 158.

Ah, missed that.  Good to be consistent.

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

PR: https://git.openjdk.java.net/jdk/pull/7722



More information about the security-dev mailing list