the test failed:
api/javax_net/ssl/SSLServerSocket/index.html#Ctor3[Ctor3003]
The test calls javax.net.ssl.SSLServerSocket.SSLServerSocket( validPortNumber, -100 ). And this call succeed.
I believe the method should throw IAE. Or the spec should describe RI behaviour in such cases.
api/javax_net/ssl/SSLServerSocket/index.html#Ctor3[Ctor3003]
The test calls javax.net.ssl.SSLServerSocket.SSLServerSocket( validPortNumber, -100 ). And this call succeed.
I believe the method should throw IAE. Or the spec should describe RI behaviour in such cases.
- duplicates
-
JDK-6258215 Num of backlog in ServerSocket(int, int) should be mentioned more explicitly in API document
-
- Closed
-
- relates to
-
JDK-5055581 (spec) Unspecified behavior of SSLSocketFactory.createSocket() and SSLSocket constructors
-
- Closed
-