You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/01/02 08:52:34 UTC

[jira] Updated: (VALIDATOR-251) url with brackets is not validated thru URLvalidator class.

     [ https://issues.apache.org/jira/browse/VALIDATOR-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated VALIDATOR-251:
------------------------------------

    Fix Version/s:     (was: 1.3.1 Release)
                   1.4

> url with brackets is not validated thru URLvalidator class.
> -----------------------------------------------------------
>
>                 Key: VALIDATOR-251
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-251
>             Project: Commons Validator
>          Issue Type: Wish
>          Components: Routines
>    Affects Versions: 1.3.1 Release
>         Environment: Java 1.4
>            Reporter: Meenal Gupta
>             Fix For: 1.4
>
>
> Please let me know when VALIDATOR-218, Committed revision 590915 is gng on release.
> As the Below issue is already solved in the  bug is VALIDATOR-218.
> I cannot find this bus fix  in Relaese not for the latest version of commons jar.
> This is very critical for the my application currrent release.
> URLvalidator isValid() returns false for validation of urls's which have brackets "(" , ")"  as one of the content.
> url with brackets in them are valid urls , as brackets () are part of the unreserved characters.
> We are using the URLValidator isValid() method to validate Urls.
> if (urlValidator.isValid(url)) {
> return true;
> }
> But one of the url is with brackets are rejected by this method.
> i am using 1.3.1 version.
> Is there something in latest version which already have have fix to this bug.
> or my understanding is not correct
> Please clarify.

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