Open residentsummer opened 10 years ago
java.net.URI
almost certainly doesn't handle IDNs. To solve this and several other limitations, Urly needs to use its own forgiving URI parser.
In today's search for IDN-capable URL library I've found this - https://github.com/smola/galimatias It may be helpful if you consider moving away from built-in Java URI/URL parser.
@residentsummer thanks, that's helpful!
I was trying to use urly to convert unicode domain names to punycode (using .mutateHost), and here is what I've found:
I'm not sure if it's a bug in urly, more likely it's in java.net.URI, can you confirm?
Versions: