-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17
-
Component/s: core-svc
-
b27
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8373380 | 25.0.3-oracle | Fairoz Matte | P4 | Resolved | Fixed | master |
| JDK-8373818 | 21.0.11-oracle | Fairoz Matte | P4 | Resolved | Fixed | master |
| JDK-8373821 | 17.0.19-oracle | Fairoz Matte | P4 | Resolved | Fixed | master |
According to
https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/conninv.html
`Socket transport addresses have the format "<host>:<port>" where <host> is the host name or the IP address (may be enclosed in square brackets) and <port> is the socket port number to attach to or listen on. If <host> is empty, the local loopback address is used. If <host> equals "*" in contexts where a server is waiting for a client to attach, the server listens on all network interfaces.`
It says `the server listens on all network interfaces`, If IPV6 is supported, It actually uses IPV6, but the spec doesn't clarify that.
https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/conninv.html
`Socket transport addresses have the format "<host>:<port>" where <host> is the host name or the IP address (may be enclosed in square brackets) and <port> is the socket port number to attach to or listen on. If <host> is empty, the local loopback address is used. If <host> equals "*" in contexts where a server is waiting for a client to attach, the server listens on all network interfaces.`
It says `the server listens on all network interfaces`, If IPV6 is supported, It actually uses IPV6, but the spec doesn't clarify that.
- backported by
-
JDK-8373380 JPDA spec need to clarify the ambiguity on IPV6 connectivity
-
- Resolved
-
-
JDK-8373818 JPDA spec need to clarify the ambiguity on IPV6 connectivity
-
- Resolved
-
-
JDK-8373821 JPDA spec need to clarify the ambiguity on IPV6 connectivity
-
- Resolved
-