EmailAddressValidator does not support the + character in the name part
-----------------------------------------------------------------------

                 Key: WICKET-3928
                 URL: https://issues.apache.org/jira/browse/WICKET-3928
             Project: Wicket
          Issue Type: Bug
            Reporter: Giovanni Cuccu
            Priority: Trivial


EmailAddressValidator does not support the + char, so it's not possibile to use 
it for emails address using the gmail aliases (es your.address+yourlabel) (see 
http://mail.google.com/support/bin/answer.py?answer=12096).
In order to support the + char the corrected regexp should be
^[_A-Za-z0-9-]+(\\.[_A-Za-z0-9-+]+)*@[A-Za-z0-9-]+(\\.[A-Za-z0-9-]+)*((\\.[A-Za-z]{2,}){1}$)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to