You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "JZ (JIRA)" <ji...@apache.org> on 2011/02/24 16:23:38 UTC

[jira] Commented: (VALIDATOR-288) UrlValidator does not validate URL with simple domains (eg: http://hostname )

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

JZ commented on VALIDATOR-288:
------------------------------

As the test case shows, this can probably be considered a duplicate (or fixed indirectly by) VALIDATOR-248.

> UrlValidator does not validate URL with simple domains (eg: http://hostname )
> -----------------------------------------------------------------------------
>
>                 Key: VALIDATOR-288
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-288
>             Project: Commons Validator
>          Issue Type: Bug
>          Components: Routines
>    Affects Versions: 1.3.1 Release
>            Reporter: feroze daud
>             Fix For: 1.4
>
>         Attachments: VALIDATOR-288-testcase.patch
>
>
> A Url of the form "http://hostname" is not validated, when the hostname is simple, i.e does not have any dots.
> I think this is a valid URL and it should pass validation.
> The bug is in UrlValidator::isValidAuthority(), line 382
>             String topLevel = domainSegment[segmentCount - 1];
>             if (topLevel.length() < 2 || topLevel.length() > 4) {
>                 return false;
>             }
> In this case, topLevel = "hostname"

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira