Sebastian Nagel created NUTCH-2986:
--------------------------------------
Summary: Depend urlfilter-validator on commons-validator routine
UrlValidator
Key: NUTCH-2986
URL: https://issues.apache.org/jira/browse/NUTCH-2986
Project: Nutch
Issue Type: Improvement
Components: plugin, urlfilter
Affects Versions: 1.19
Reporter: Sebastian Nagel
Fix For: 1.20
The plugin urlfilter-validator is an outdated copy of the class UrlValidator of
the commons-validator project. Rewriting the plugin to directly use the recent
commons-validator routine
[UrlValidator|https://commons.apache.org/proper/commons-validator/apidocs/org/apache/commons/validator/routines/UrlValidator.html]
(see also [UrlValidator source
code|https://github.com/apache/commons-validator/blob/master/src/main/java/org/apache/commons/validator/routines/UrlValidator.java])
should
- solve issues with the plugin (eg. NUTCH-2705)
- make maintenance easier in the future
--
This message was sent by Atlassian Jira
(v8.20.10#820010)