[ 
http://www.stripesframework.org/jira/browse/STS-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Gunter resolved STS-703.
----------------------------

       Resolution: Fixed
    Fix Version/s: Release 1.5.2

> Email validator is unnecessarily feeble
> ---------------------------------------
>
>                 Key: STS-703
>                 URL: http://www.stripesframework.org/jira/browse/STS-703
>             Project: Stripes
>          Issue Type: Improvement
>          Components: Validation
>         Environment: N/A
>            Reporter: Alan Burlison
>            Assignee: Frederic Daoud
>             Fix For: Release 1.5.2, Release 1.6
>
>
> The email validation in EmailTypeConverter is very weak, it uses the 'no 
> validation' constructor in the JavaMail InternetAddress class instead of the 
> one that validates emails.
>     InternetAddress address = new InternetAddress(input);
> should be replaced with
>     InternetAddress address = new InternetAddress(input, true);

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

        

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-development mailing list
Stripes-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to