Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
linux, macosx, solaris
-
b108
-
generic
-
generic
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203760 | openjdk7u | Xuelei Fan | P3 | Resolved | Fixed | master |
Description
TEST_FAILED: sun/security/ssl/javax/net/ssl/ServerName/IllegalSNIName.java
java.lang.Exception: Expected to get IllegalArgumentException for example??com
at IllegalSNIName.main(IllegalSNIName.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:728)
at java.lang.Thread.run(Thread.java:724)
java.lang.Exception: Expected to get IllegalArgumentException for example??com
at IllegalSNIName.main(IllegalSNIName.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:728)
at java.lang.Thread.run(Thread.java:724)
Attachments
Issue Links
- backported by
-
JDK-8203760 sun/security/ssl/javax/net/ssl/ServerName/IllegalSNIName.java fails
- Resolved