Re: Validate URL or email with internationalized domain name (IDN)

2021-01-14 Thread Lukasz Lenart
czw., 14 sty 2021 o 16:25 Günter Paul napisał(a): > > In Germany we can use domaine-names like "münchen.de". > The struts validators URLValidator and EmailIdnValidator can't handle such > name with umlaut. > The domaine is valide but not for the validator. > > Is it possible to change this behavi

Validate URL or email with internationalized domain name (IDN)

2021-01-14 Thread Günter Paul
In Germany we can use domaine-names like "münchen.de". The struts validators URLValidator and EmailIdnValidator can't handle such name with umlaut. The domaine is valide but not for the validator. Is it possible to change this behavior? I overwrite the classes and it works for me. But I think it