-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
1.0.3
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2110137 | 1.4.0 | Bradford Wetmore | P3 | Resolved | Fixed | beta2 |
The javadoc for the javax.net.ssl.SSLServerSocket class's
setEnabledCipherSuites() method says:
/**
* ...
* @param suites Names of all the cipher suites to enable; null
* means to accept system defaults.
A value of null should result in IllegalArgumentException.
This documentation was an error and has never been implemented in
the JSSE reference implementation. This semantic is also inconsistent
with SSLSocket's method of the same name and purpose.
setEnabledCipherSuites() method says:
/**
* ...
* @param suites Names of all the cipher suites to enable; null
* means to accept system defaults.
A value of null should result in IllegalArgumentException.
This documentation was an error and has never been implemented in
the JSSE reference implementation. This semantic is also inconsistent
with SSLSocket's method of the same name and purpose.
- backported by
-
JDK-2110137 SSLServerSocket.setEnabledCipherSuites() doc bug
-
- Resolved
-