Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2225470 | 7u6 | Robert Mckenna | P3 | Closed | Fixed | b15 |
If a DatagramChannel is connected to an IPv4 socket and we run with java.net.preferIPv6Addresses=true then bind(null) fails to indicate that the protocol family is not supported, see:
http://mail.openjdk.java.net/pipermail/nio-dev/2012-April/001632.html
http://mail.openjdk.java.net/pipermail/nio-dev/2012-April/001632.html
- backported by
-
JDK-2225470 (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true
-
- Closed
-
- duplicates
-
JDK-8004232 (dc) DatagramChannel.bind(null) throws UnsupportedAddressTypeException if IPv4 socket and java.net.preferIPv6Addresses set to true
-
- Closed
-
-
JDK-8004232 (dc) DatagramChannel.bind(null) throws UnsupportedAddressTypeException if IPv4 socket and java.net.preferIPv6Addresses set to true
-
- Closed
-