[
https://hibernate.onjira.com/browse/HV-472?page=com.atlassian.jira.plugin...
]
Hardy Ferentschik edited comment on HV-472 at 2/2/12 4:43 AM:
--------------------------------------------------------------
Actually we could also use _java.net.IDN_:
{code}
String asciiString = IDN.toASCII( value.toString() );
{code}
But IDN is only available since Java 6
was (Author: hardy.ferentschik):
Actually we could also use _java.net.IDN_:
{code}
String asciiString = IDN.toASCII( value.toString() );
{code}
But IDN is only available since Java6
E-Mail Validator does not validate IDN E-Mail-Addresses
-------------------------------------------------------
Key: HV-472
URL:
https://hibernate.onjira.com/browse/HV-472
Project: Hibernate Validator
Issue Type: Bug
Components: validators
Affects Versions: 4.2.0.Final
Reporter: Tom Schindl
Fix For: 4.3.0.Alpha1
It looks like the E-Mail-Address validator is not prepared to handle E-Mail-Addresses who
allow IDN (e.g. german umlaute):
*
http://en.wikipedia.org/wiki/Internationalized_domain_name
*
http://en.wikipedia.org/wiki/List_of_top-level_domains
*
http://de.wikipedia.org/wiki/Internationalizing_Domain_Names_in_Applications
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira