[
https://issues.apache.org/jira/browse/VALIDATOR-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Meenal Gupta updated VALIDATOR-251:
-----------------------------------
Component/s: Routines
Priority: Major (was: Critical)
Description:
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.
was:
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.
Issue Type: Wish (was: Bug)
Environment: Java 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.3.1 Release
>
>
> 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.