iipc / jwarc

Java library for reading and writing WARC files with a typed API
Apache License 2.0
48 stars 8 forks source link

IPv6 canonicalization failures #92

Closed sebastian-nagel closed 3 days ago

sebastian-nagel commented 3 days ago

Just the unit test. Examples taken from Guava InetAddressesTest.java, line 329

ato commented 3 days ago

Oops. Thanks. I've added these in and replaced my broken version with Guava's implementation. I should have just done that in the first place. At first glance I'd thought it looked too dependent on the rest of Guava to easily extract but it actually wasn't too bad.