[
https://issues.apache.org/jira/browse/WICKET-3928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-3928.
-------------------------------------
Resolution: Won't Fix
The javadoc of this validator says:
NOTICE: This validator only checks the most commonly used email address
patterns. For a validator that can check the entire range of rfc compliant
email addresses see
<code>org.apache.wicket.extensions.validation.validator.RfcCompliantEmailAddressValidator</code>
RfcCompliantEmailAddressValidator works OK with '+' in the name.
> 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