You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ralf Hauser (JIRA)" <ji...@apache.org> on 2009/01/12 14:38:02 UTC

[jira] Created: (VALIDATOR-271) gmail testing addresses do not validate

gmail testing addresses do not validate
---------------------------------------

                 Key: VALIDATOR-271
                 URL: https://issues.apache.org/jira/browse/VALIDATOR-271
             Project: Commons Validator
          Issue Type: Bug
    Affects Versions: 1.3.1 Release
         Environment: any
            Reporter: Ralf Hauser


For testing purposes, gmail allows to extend a regular address

  john.doe@gmail.com 
to
  john.doe+test1@gmail.com 
and those work fine with MTAs and MUAs of various makers.

But unfortunately org.apache.commons.validator.EmailValidator doesn't appear to like this.

Suggestions:
1) fix it
2) in EmailValidator.java, document which RFCs you implement (http://tools.ietf.org/html/rfc5322#section-3.4?)

see also VALIDATOR-114

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (VALIDATOR-271) gmail testing addresses do not validate

Posted by "Chris Lee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VALIDATOR-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878353#action_12878353 ] 

Chris Lee commented on VALIDATOR-271:
-------------------------------------

This has been fixed in the 1.4 snapshot.

> gmail testing addresses do not validate
> ---------------------------------------
>
>                 Key: VALIDATOR-271
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-271
>             Project: Commons Validator
>          Issue Type: Bug
>    Affects Versions: 1.3.1 Release
>         Environment: any
>            Reporter: Ralf Hauser
>
> For testing purposes, gmail allows to extend a regular address
>   john.doe@gmail.com 
> to
>   john.doe+test1@gmail.com 
> and those work fine with MTAs and MUAs of various makers.
> But unfortunately org.apache.commons.validator.EmailValidator doesn't appear to like this.
> Suggestions:
> 1) fix it
> 2) in EmailValidator.java, document which RFCs you implement (http://tools.ietf.org/html/rfc5322#section-3.4?)
> see also VALIDATOR-114

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.