Jason Chown created VALIDATOR-439:
-------------------------------------
Summary: bad£[email protected] is accepted
Key: VALIDATOR-439
URL: https://issues.apache.org/jira/browse/VALIDATOR-439
Project: Commons Validator
Issue Type: Bug
Affects Versions: 1.6
Reporter: Jason Chown
By chance we chose the string "bad£[email protected]" as a test string, but
it passes validation?!
e.g.
{code:java}
import org.apache.commons.validator.routines.EmailValidator;
public class TryEmailValidator
{
public static void main(String[] args)
{
if (EmailValidator.getInstance().isValid("bad£[email protected]"))
{
throw new RuntimeException("That's not right?!");
}
}
}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)