Re: RFR: 8164846: CertificateException missing cause of underlying exception

2016-08-31 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei On 8/31/2016 11:17 PM, Seán Coffey wrote: bug ID : https://bugs.openjdk.java.net/browse/JDK-8164846 webrev : http://cr.openjdk.java.net/~coffeys/webrev.8164846.jdk9/webrev/ A CertificateException in SSLContextImpl doesn't include information about the cause of

RFR: 8164846: CertificateException missing cause of underlying exception

2016-08-31 Thread Seán Coffey
bug ID : https://bugs.openjdk.java.net/browse/JDK-8164846 webrev : http://cr.openjdk.java.net/~coffeys/webrev.8164846.jdk9/webrev/ A CertificateException in SSLContextImpl doesn't include information about the cause of the exception. This can often contain a valuable snippet of information