--- a/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/RejectClientRenego.java Thu Jun 20 11:21:13 2013 +0200
+++ b/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/RejectClientRenego.java Thu Jun 20 07:48:49 2013 -0700
@@ -131,7 +131,7 @@
sslOS.flush();
}
throw new Exception("Not reject client initialized renegotiation");
- } catch (SSLHandshakeException she) {
+ } catch (IOException ioe) {
System.out.println("Got the expected exception");
} finally {
sslSocket.close();
@@ -181,7 +181,7 @@
sslIS.read();
}
throw new Exception("Not reject client initialized renegotiation");
- } catch (SSLHandshakeException she) {
+ } catch (IOException ioe) {
System.out.println("Got the expected exception");
} finally {
sslSocket.close();