Hi,
Alexander Rytov wrote:
> Hi Jörg,
>
> What about using standard java.net.IDN algorithm decoding?
> Bad things that it only available since java 1.6.
>
> Also that java.net.URI using old rfc2396 for compatibility issues.
> Please see
>
http://download.oracle.com/docs/cd/E17802_01/j2se/javas
Hi Jörg,
What about using standard java.net.IDN algorithm decoding?
Bad things that it only available since java 1.6.
Also that java.net.URI using old rfc2396 for compatibility issues.
Please see
http://download.oracle.com/docs/cd/E17802_01/j2se/javase/6/jcp/mr2/#java.net
As i see it needed to c
Hi Alex,
Alexander Rytov wrote:
> Hi, guys
> How about url validation?
> How to do it accoring new rfc3986 and IDN(international domain name)?
> common-validation use only old rfc2396 and doesn't check IDN and IPv6
> urls.
Feel free to provide patches with unit tests.
- Jörg
-
Hi, guys
How about url validation?
How to do it accoring new rfc3986 and IDN(international domain name)?
common-validation use only old rfc2396 and doesn't check IDN and IPv6 urls.
--
Alex