JDK-6543428 : BindException when binding to a link-local address on Windows
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-04-06
  • Updated: 2012-07-16
  • Resolved: 2011-03-07
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 6 JDK 7
6u33Fixed 7 b13Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
When binding to a link-local address on Windows, without supplying a scope id in the address, a BindException is thrown.

Comments
EVALUATION Yes, indeed. If its Inet6Address parameter has no scope id, NET_InetAddressToSockaddr() will fill in sin6_scope_id with value zero, which is not going to work.
06-04-2007