JDK-6546657 : (spec)javax.net.ssl.SSLServerSocket(int port) throws undocumented IAA
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-04-17
  • Updated: 2012-03-22
  • Resolved: 2007-12-09
Related Reports
Duplicate :  
Relates :  
Description
javax.net.ssl.SSLServerSocket( port ),
javax.net.ssl.SSLServerSocket( port, backlog) and 
javax.net.ssl.SSLServerSocket( port, backlog, InetAddress ) 

all throw throw undocumented IllegalArgumentException for port=-2147483648

the spec mentions only IOException

Comments
EVALUATION The bug is duplicated with bug 5053890, which has been fixed. Refer to 5053890, 5055581.
09-12-2007