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: Bug
Affects Versions: 1.3.1 Release
Reporter: Meenal Gupta
Priority: Critical
Fix For: 1.3.1 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.