[ 
https://issues.apache.org/jira/browse/VALIDATOR-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pål Orby updated VALIDATOR-278:
-------------------------------

    Description: 
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. 



  was:
This example returns true
{code:java}
EmailValidator.getInstance().isValid("[email protected]"); // hostname starts 
with dash/hyphen
{code}
but should return false according to 
[Wikipedia|http://en.wikipedia.org/wiki/Hostname]: Hostname labels cannot begin 
or end with a hyphen. 




> 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.

Reply via email to