You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Alexander Rytov (JIRA)" <ji...@apache.org> on 2010/12/10 08:26:01 UTC

[jira] Commented: (VALIDATOR-235) UrlValidator rejects url with german umlaut

    [ https://issues.apache.org/jira/browse/VALIDATOR-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970094#action_12970094 ] 

Alexander Rytov commented on VALIDATOR-235:
-------------------------------------------

Umlauts parsed as punycode, so you must use UrlValidation.isValid(java.net.IDN.toASCII(host));

> UrlValidator rejects url with german umlaut
> -------------------------------------------
>
>                 Key: VALIDATOR-235
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-235
>             Project: Commons Validator
>          Issue Type: Bug
>    Affects Versions: 1.3.1 Release
>            Reporter: Brian Preuß
>
> e.g. http://www.düsseldorf.de/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.