You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Guðmundur Bjarni Ólafsson (JIRA)" <ji...@apache.org> on 2008/02/04 18:55:13 UTC

[jira] Updated: (WICKET-1320) EmailAddressValidator is not RFC 2822 compliant

     [ https://issues.apache.org/jira/browse/WICKET-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guðmundur Bjarni Ólafsson updated WICKET-1320:
----------------------------------------------

    Component/s: wicket

> EmailAddressValidator is not RFC 2822 compliant
> -----------------------------------------------
>
>                 Key: WICKET-1320
>                 URL: https://issues.apache.org/jira/browse/WICKET-1320
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Guðmundur Bjarni Ólafsson
>            Priority: Minor
>
> Say that I have the address user@gmail.com and I sign up at a site, Gmail then allows me to write my address as: user+site@gmail.com, so I can easily filter out any messages coming from this site. The current version of EmailAddressValidator unfortunately does not allow me to do this since it considers a + to be invalid. 
> It would be very nice if the validator could be RFC 2822[1] compliant.
> [1] http://tools.ietf.org/html/rfc2822

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