[
https://issues.apache.org/jira/browse/VALIDATOR-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved VALIDATOR-283.
----------------------------
Fix Version/s: 1.7
Resolution: Fixed
commit f8e4d12aba0872b1f82fd26729a4a23b1bb5fc9e
VALIDATOR-283 and VALIDATOR-472
---
src/changes/changes.xml | 6 ++
.../commons/validator/routines/UrlValidator.java | 71 +++-------------------
.../validator/routines/UrlValidatorTest.java | 18 +++++-
3 files changed, 31 insertions(+), 64 deletions(-)
> URLValidator should check for illegal Hex characters
> ----------------------------------------------------
>
> 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
> Fix For: 1.7
>
>
> 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 was sent by Atlassian Jira
(v8.3.4#803005)