[
https://issues.apache.org/jira/browse/VALIDATOR-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedikt Ritter updated VALIDATOR-317:
--------------------------------------
Fix Version/s: 1.4.1
> DomainValidator missing sTLD - "xxx"
> ------------------------------------
>
> Key: VALIDATOR-317
> URL: https://issues.apache.org/jira/browse/VALIDATOR-317
> Project: Commons Validator
> Issue Type: Sub-task
> Components: Routines
> Affects Versions: 1.4.1
> Reporter: Arūnas Bendoraitis
> Fix For: 1.4.1
>
>
> org.apache.commons.validator.routines.DomainValidator is missing sTLD - "xxx".
> http://en.wikipedia.org/wiki/.xxx
> Tested in current trunk. If you add an extra test in DomainValidatorTest:
> assertTrue(".xxx should validate as gTLD",
> validator.isValidGenericTld(".xxx"));
> The test will fail. Also of course UrlValidator will fail with any url which
> has domain .xxx
--
This message was sent by Atlassian JIRA
(v6.2#6252)