URLValidator should check for
------------------------------
Key: VALIDATOR-283
URL: https://issues.apache.org/jira/browse/VALIDATOR-283
Project: Commons Validator
Issue Type: Improvement
Components: Routines
Affects Versions: 1.3.1 Release
Reporter: RC Johnson
Priority: Minor
URLs with illegal hex characters (because of invalid escape sequences) are not
detected as invalid.
Example:
http://finance.yahoo.com/news/Owners-54B-NY-housing-apf-2493139299.html?x=0&ap=%fr
UrlValidator.isValid() returns true, when it should return false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.