RFR: (XS) : 8131665: Bad exception message in HandshakeHash.getFinishedHash

2015-07-16 Thread Seán Coffey
Bug report : https://bugs.openjdk.java.net/browse/JDK-8131665 Simple fix to improve the Error message for this scenario. diff --git a/src/java.base/share/classes/sun/security/ssl/HandshakeHash.java b/src/java.base/share/classes/sun/security/ssl/HandshakeHash.java ---

Re: RFR: (XS) : 8131665: Bad exception message in HandshakeHash.getFinishedHash

2015-07-16 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei On 7/17/2015 1:02 AM, Seán Coffey wrote: Bug report : https://bugs.openjdk.java.net/browse/JDK-8131665 Simple fix to improve the Error message for this scenario. diff --git a/src/java.base/share/classes/sun/security/ssl/HandshakeHash.java