Texual IPv6 address

2004-11-14 Thread Mattias Rehnberg
Hello, The java.net.Inet6Address class seems to produce invalid textual representations in some cases. In the example below, the output is IPv6:1010:2020::1 instead of IPv6:1010:0:0:0:0:2020:0:1 (or 1010::2020:0:1) that one would expect. I've included a patch that deactivates the

Re: Texual IPv6 address

2004-11-14 Thread Michael Koch
Am Sonntag, 14. November 2004 19:03 schrieb Mattias Rehnberg: Hello, The java.net.Inet6Address class seems to produce invalid textual representations in some cases. In the example below, the output is IPv6:1010:2020::1 instead of IPv6:1010:0:0:0:0:2020:0:1 (or 1010::2020:0:1) that one

Re: Texual IPv6 address

2004-11-14 Thread Steven Augart
Mattias Rehnberg wrote: Hello, The java.net.Inet6Address class seems to produce invalid textual representations in some cases. In the example below, the output is IPv6:1010:2020::1 instead of IPv6:1010:0:0:0:0:2020:0:1 (or 1010::2020:0:1) that one would expect. I've included a patch that