< prev index next >

test/sun/security/ssl/SSLSocketImpl/ClientTimeout.java

Print this page
rev 14406 : 8239798: SSLSocket closes socket both socket endpoints on a SocketTimeoutException
Reviewed-by: xuelei
Contributed-by: alexey@azul.com verghese@amazon.com

*** 24,35 **** // SunJSSE does not support dynamic system properties, no way to re-use // system properties in samevm/agentvm mode. /* * @test ! * @bug 4836493 ! * @ignore need further evaluation * @summary Socket timeouts for SSLSockets causes data corruption. * @run main/othervm ClientTimeout */ import java.io.*; --- 24,34 ---- // SunJSSE does not support dynamic system properties, no way to re-use // system properties in samevm/agentvm mode. /* * @test ! * @bug 4836493 8239798 * @summary Socket timeouts for SSLSockets causes data corruption. * @run main/othervm ClientTimeout */ import java.io.*;
< prev index next >