[
https://issues.apache.org/jira/browse/VALIDATOR-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved VALIDATOR-472.
----------------------------
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 not be more lax than java.net.URI
> -----------------------------------------------------
>
> Key: VALIDATOR-472
> URL: https://issues.apache.org/jira/browse/VALIDATOR-472
> Project: Commons Validator
> Issue Type: Bug
> Components: Routines
> Reporter: Sebb
> Priority: Major
> Fix For: 1.7
>
>
> UrlValidator should ensure that valid URLs are also valid as far as
> java.net.URI is concerned.
> i.e. if java.net.URI fails to parse the URL, it should not be considered
> valid.
> The validator still needs to do additional checks, e.g. to limit which
> schemes are allowed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)