Skip to content

Commit be88f6d

Browse files
Roman MarchenkoYuri Nesterenko
authored andcommitted
8282398: EndingDotHostname.java test fails because SSL cert expired
Backport-of: afd4bcbc1d1b2a8a1c29005878c8e06c662a1f6e
1 parent 9da7042 commit be88f6d

File tree

2 files changed

+200
-172
lines changed

2 files changed

+200
-172
lines changed

test/jdk/javax/net/ssl/ServerName/EndingDotHostname.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323

2424
/**
2525
* @test
26-
* @bug 8806542
26+
* @bug 8065422
2727
* @summary Trailing dot in hostname causes TLS handshake to fail
2828
* @library /javax/net/ssl/templates
2929
* @run main/othervm -Djdk.net.hosts.file=hostsForExample EndingDotHostname
3030
*/
3131

3232
import javax.net.ssl.*;
33-
import java.io.IOException;
3433
import java.io.InputStream;
3534
import java.io.OutputStream;
3635
import java.net.*;

0 commit comments

Comments
 (0)