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 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 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Stripes-development mailing list Stripes-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-development