-
Bug
-
Resolution: Fixed
-
P4
-
8u5
-
b13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045751 | 8u25 | Chris Hegarty | P4 | Resolved | Fixed | b01 |
JDK-8053580 | emb-8u26 | Chris Hegarty | P4 | Resolved | Fixed | b17 |
JDK-8042002 | 7u80 | Chris Hegarty | P4 | Resolved | Fixed | b01 |
JDK-8061009 | 7u79 | Chris Hegarty | P4 | Resolved | Fixed | b01 |
JDK-8057479 | 7u76 | Chris Hegarty | P4 | Resolved | Fixed | b01 |
diff --git a/test/sun/net/www/http/HttpClient/B8025710.java b/test/sun/net/www/http/HttpClient/B8025710.java
--- a/test/sun/net/www/http/HttpClient/B8025710.java
+++ b/test/sun/net/www/http/HttpClient/B8025710.java
@@ -43,7 +43,7 @@
private final static AtomicBoolean connectInServer = new AtomicBoolean();
private static final String keystorefile =
System.getProperty("test.src", "./")
- + "/../../../../../javax/net/ssl/etc/keystore";
+ + "/../../../../../sun/security/ssl/etc/keystore";
private static final String passphrase = "passphrase";
public static void main(String[] args) throws Exception {
- backported by
-
JDK-8042002 test/sun/net/www/http/HttpClient/B8025710.java fails with cannot find keystore
- Resolved
-
JDK-8045751 test/sun/net/www/http/HttpClient/B8025710.java fails with cannot find keystore
- Resolved
-
JDK-8053580 test/sun/net/www/http/HttpClient/B8025710.java fails with cannot find keystore
- Resolved
-
JDK-8057479 test/sun/net/www/http/HttpClient/B8025710.java fails with cannot find keystore
- Resolved
-
JDK-8061009 test/sun/net/www/http/HttpClient/B8025710.java fails with cannot find keystore
- Resolved
- relates to
-
JDK-8025710 Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
- Closed