[
https://issues.apache.org/jira/browse/VALIDATOR-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved VALIDATOR-386.
----------------------------
Resolution: Fixed
URL: http://svn.apache.org/viewvc?rev=1723462&view=rev
Log:
VALIDATOR-386 - org.apache.commons.validator.routines.DomainValidator.ArrayType
is not public
Modified:
commons/proper/validator/trunk/src/changes/changes.xml
commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java
> org.apache.commons.validator.routines.DomainValidator.ArrayType is not public
> -----------------------------------------------------------------------------
>
> Key: VALIDATOR-386
> URL: https://issues.apache.org/jira/browse/VALIDATOR-386
> Project: Commons Validator
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Auke van Leeuwen
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)