[ http://issues.apache.org/jira/browse/VALIDATOR-204?page=all ]
Henri Yandell updated VALIDATOR-204:
------------------------------------
Attachment: VALIDATOR-204.patch
This was done as a part of the day-job; so attaching a patch to signify that I
passed it from my day-job role to my apache-role.
> isValid return false for a valid URL
> ------------------------------------
>
> Key: VALIDATOR-204
> URL: http://issues.apache.org/jira/browse/VALIDATOR-204
> Project: Commons Validator
> Issue Type: Bug
> Affects Versions: 1.3.0 Release
> Environment: JBOSS, Linux
> Reporter: Ben
> Fix For: 1.3.1
>
> Attachments: VALIDATOR-204.patch
>
>
> IsValid returns false for the following valid Url:
> http://tech.yahoo.com/rc/desktops/102;_ylt=Ao8yevQHlZ4On0O3ZJGXLEQFLZA5
> Stepping thru the code isValidPath return false for the above URL.
> Test Code:
> String[] schemes = {"http","https"}.
> UrlValidator urlValidator = new UrlValidator(schemes) ;
>
> urlValidator.isValid("http://tech.yahoo.com/rc/desktops/102;_ylt=Ao8yevQHlZ4On0O3ZJGXLEQFLZA5")
> ;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]