-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b48
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084439 | emb-9 | Bradford Wetmore | P2 | Resolved | Fixed | team |
JDK-8156335 | 8u111 | Bradford Wetmore | P2 | Resolved | Fixed | b01 |
JDK-8151272 | 8u102 | Bradford Wetmore | P2 | Closed | Fixed | b01 |
JDK-8162173 | emb-8u111 | Bradford Wetmore | P2 | Resolved | Fixed | b01 |
JDK-8175501 | openjdk7u | Bradford Wetmore | P2 | Resolved | Fixed | master |
SSLv3 protocol disabled in JDK-8061210, javax/net/ssl/TLS/TLSClientPropertyTest.java need to be updated.
49 private final String[] expecteSupportedProtos = new String[] {
50 "SSLv2Hello", "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
51 };
So far this test fail with 9 cpu build. (It pass in current jdk9 because JDK-8061210 has not yet in 9 dev or master.)
ACTION: main -- Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: FAILED Default protocol SSLv3missing
REASON: User specified action: run main/othervm TLSClientPropertyTest NoProperty
TIME: 0.399 seconds
messages:
command: main TLSClientPropertyTest NoProperty
reason: User specified action: run main/othervm TLSClientPropertyTest NoProperty
elapsed time (seconds): 0.399
STDOUT:
Default Protocols: [TLSv1, TLSv1.1, TLSv1.2]
Supported Protocols: [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
Current Protocol : Default
STDERR:
java.lang.RuntimeException: FAILED Default protocol SSLv3missing
at TLSClientPropertyTest.error(TLSClientPropertyTest.java:173)
at TLSClientPropertyTest.validateContext(TLSClientPropertyTest.java:192)
at TLSClientPropertyTest.test(TLSClientPropertyTest.java:148)
at TLSClientPropertyTest.main(TLSClientPropertyTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
49 private final String[] expecteSupportedProtos = new String[] {
50 "SSLv2Hello", "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
51 };
So far this test fail with 9 cpu build. (It pass in current jdk9 because JDK-8061210 has not yet in 9 dev or master.)
ACTION: main -- Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: FAILED Default protocol SSLv3missing
REASON: User specified action: run main/othervm TLSClientPropertyTest NoProperty
TIME: 0.399 seconds
messages:
command: main TLSClientPropertyTest NoProperty
reason: User specified action: run main/othervm TLSClientPropertyTest NoProperty
elapsed time (seconds): 0.399
STDOUT:
Default Protocols: [TLSv1, TLSv1.1, TLSv1.2]
Supported Protocols: [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
Current Protocol : Default
STDERR:
java.lang.RuntimeException: FAILED Default protocol SSLv3missing
at TLSClientPropertyTest.error(TLSClientPropertyTest.java:173)
at TLSClientPropertyTest.validateContext(TLSClientPropertyTest.java:192)
at TLSClientPropertyTest.test(TLSClientPropertyTest.java:148)
at TLSClientPropertyTest.main(TLSClientPropertyTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
- backported by
-
JDK-8084439 javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
-
- Resolved
-
-
JDK-8156335 javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
-
- Resolved
-
-
JDK-8162173 javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
-
- Resolved
-
-
JDK-8175501 javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
-
- Resolved
-
-
JDK-8151272 javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
-
- Closed
-