Sebb created VALIDATOR-472:
------------------------------
Summary: 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
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)