Closed GoogleCodeExporter closed 9 years ago
Usually Java's InetAddress is more lenient than Guava's approach ("127.1",
"fe80::9%3") therefore we prefer Guava's InetAddresses (and of course the
lookup),
but in this case: InetAddress.getByName("fe80::aaaaaa") throws
UnknownHostException.
Original comment by krzyszto...@gmail.com
on 18 Mar 2011 at 9:35
The implementation was blindly truncating all the hextets to 16 bits, so
"fe80::aaaaaa" became "fe80::aaaa".
A stricter hextet parser will be included in the next release.
Original comment by pma...@google.com
on 5 May 2011 at 10:35
Original comment by kevinb@google.com
on 16 Jul 2011 at 8:11
Original comment by fry@google.com
on 27 Jul 2011 at 5:59
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:15
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:09
Original issue reported on code.google.com by
krzyszto...@gmail.com
on 18 Mar 2011 at 9:31