-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: security-libs
When trying to create a SSLSocket with a bad address, the wrong exception is thrown. According to the spec, a UnknownHostException should be thrown. However, on Linux a ConnectionException is thrown and on Solaris a BindException is thrown.
This leads to the following JCK failure: api/javax_net/ssl/SSLSocket/index.html#Ctor4[Ctor4006]
Stack traces are available in the two attached jtr files (index_Ctor4-Solaris.txt
and index_Ctor4-Linux.txt)
This leads to the following JCK failure: api/javax_net/ssl/SSLSocket/index.html#Ctor4[Ctor4006]
Stack traces are available in the two attached jtr files (index_Ctor4-Solaris.txt
and index_Ctor4-Linux.txt)