JDK-6580884 : (doc) javax.net.ssl.SSLServerSocket.SSLServerSocket( int port, ... ) throws unspecified IAException
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-07-16
  • Updated: 2012-03-22
  • Resolved: 2009-10-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Duplicate :  
Description
A test calls the javax.net.ssl.SSLServerSocket.SSLServerSocket( int port, int backlog ) constructor with wrong port number and expects IOException, but the RI throws IllegalArgumentException.

The failed test:
api/javax_net/ssl/SSLServerSocket/index.html#Ctor3[Ctor3002]

Comments
EVALUATION CR 5055581 adds IAE to javax.net.ssl.SSLServerSocket (among other things). CR 6285145 adds IAE to java.net.ServerSocket
30-10-2009

EVALUATION Requires specification change. Will fix in JDK7.
27-02-2008

EVALUATION Update constructor specification of java.net.ServerSocket and javax.net.ssl.SSLServerSocket to indicate IAE for negative port values and port values greater than 0xFFFF.
31-07-2007