Kiran created VALIDATOR-322:
-------------------------------
Summary: Java code and javascript code are not same!
Key: VALIDATOR-322
URL: https://issues.apache.org/jira/browse/VALIDATOR-322
Project: Commons Validator
Issue Type: Bug
Components: JavaScript
Affects Versions: 1.4.0 Release
Environment: All
Reporter: Kiran
Priority: Critical
The email id "user@domain_name.com" is invalid when i check from java
(EmailValidator.getInstance().isValid("user@domain_name.com")).
But when I check in javascript, it says it is a valid one
(jcv_checkEmail('user@domain_name.com')).
I know it is invalid because it has underscore in domain name.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira