-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b07
In the getApplicationProtocols() method in javax.net.ssl.SSLParameters, the return statement says that "The array is ordered based on protocol preference, with protocols[0] being the most preferred.". However, there is no protocols variable in this method.