Details
Description
The Domain validator (TLD) list is not to up to date in the framework src code. We are using commons validator to verify the URL schema and the email validation in our project. I'm dealing with a production issue due to this, client is sending a domain in the url,email in the request which is not in the list of commons-validator.
The domain in the URL we received is, http://blah.sport. the validation returned error for this domain.
then look at the code and figured that this particular domain (sport) is missing from your list.
Latest TLD, I found in internet.
https://data.iana.org/TLD/tlds-alpha-by-domain.txt
src-code link
Attachments
Issue Links
- duplicates
-
VALIDATOR-435 In the domain validator part, ".africa" generic tld seems to be not updated/recognised
-
- Closed
-