[
https://issues.apache.org/jira/browse/VALIDATOR-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878347#action_12878347
]
Chris Lee commented on VALIDATOR-278:
-------------------------------------
This appears to have been fixed shortly after the 1.3.1 release. You can build
the 1.4 snapshot from source and both of those statements will return false.
> EmailValidator approves email addresses with hostnames starting with a
> dash/hyphen
> ----------------------------------------------------------------------------------
>
> Key: VALIDATOR-278
> URL: https://issues.apache.org/jira/browse/VALIDATOR-278
> Project: Commons Validator
> Issue Type: Bug
> Affects Versions: 1.3.1 Release
> Reporter: Pål Orby
> Priority: Trivial
>
> These examples returns true
> {code:java}
> EmailValidator.getInstance().isValid("[email protected]"); // hostname starts
> with dash/hyphen
> EmailValidator.getInstance().isValid("[email protected]"); // hostname ends
> with dash/hypen
> {code}
> but should return false according to
> [Wikipedia|http://en.wikipedia.org/wiki/Hostname]: Hostname labels cannot
> begin or end with a hyphen.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.