-
Bug
-
Resolution: Not an Issue
-
P4
-
5.0
-
generic
-
generic
Name: bkR10012 Date: 06/01/2004
The description of the
SSLSocket.setEnabledProtocols(String[] protocols)
says:
"Throws:
IllegalArgumentException - when one or more of the protocols named by the
parameter is not supported or when the protocols parameter is null."
But the implementation throws unexpected IllegalArgumentException
if protocols array contains only one supported protocol "SSLv2Hello":
java.lang.IllegalArgumentException: SSLv2Hellocannot be enabled unless TLSv1 or
SSLv3 is also enabled
======================================================================