Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
-
None
Description
Version 1.5.0 adds the possibility to override TLDs using:
org.apache.commons.validator.routines.DomainValidator#updateTLDOverride
however the first parameter to that function is package scoped. This seems like a bug to me, to implement an override I have to create a class in org.apache.commons.validator.routines for me to use this functionality.
Attachments
Issue Links
- is duplicated by
-
VALIDATOR-389 DomainValidator static public updateTLDOverride method contains non-public input parameter data type
- Resolved