Re: [validator] url validation

2010-12-08 Thread Alexander Rytov
create new UrlValidation class that new rfc3986. For example using org.apache.commons.validator.UrlValidator for old compatible purposes and change org.apache.commons.validator.routines.UrlValidator for new rules. What do you think about it? 2010/12/8 Jörg Schaible > Hi Alex, > > Alexan

[validator] url validation

2010-12-08 Thread Alexander Rytov
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