[ http://issues.apache.org/jira/browse/TAPESTRY-579?page=all ]

Howard M. Lewis Ship reassigned TAPESTRY-579:
---------------------------------------------

    Assign To: Howard M. Lewis Ship

> E-mail validator pattern doesn't take new TLDs into account
> -----------------------------------------------------------
>
>          Key: TAPESTRY-579
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-579
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Filip S. Adamsen
>     Assignee: Howard M. Lewis Ship
>     Priority: Minor

>
> The regex pattern used in the org.apache.tapestry.form.validator.Email 
> validator doesn't allow for newer TLDs like .info, .name, and other similar 
> TLDs.
> The solution would be to change
>   static final String PATTERN = "[EMAIL PROTECTED],3}$";
> to
>   static final String PATTERN = "[EMAIL PROTECTED],6}$";
> as .museum is currently the longest proposed TLD I've heard of.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to