This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/2.x by this push:
new 40da65b NUTCH-2468 should filter out invalid URLs by default - enable
plugin urlfilter-validate by default
40da65b is described below
commit 40da65bf3c55f802ae91b8d7424955450a7146ab
Author: Sebastian Nagel <[email protected]>
AuthorDate: Tue Dec 5 11:21:49 2017 +0100
NUTCH-2468 should filter out invalid URLs by default
- enable plugin urlfilter-validate by default
---
conf/nutch-default.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index b5476c0..5c79125 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -954,7 +954,7 @@
<property>
<name>plugin.includes</name>
-
<value>protocol-http|urlfilter-regex|parse-(html|tika)|index-(basic|anchor)|urlnormalizer-(pass|regex|basic)|scoring-opic</value>
+
<value>protocol-http|urlfilter-(regex|validator)|parse-(html|tika)|index-(basic|anchor)|urlnormalizer-(pass|regex|basic)|scoring-opic</value>
<description>Regular expression naming plugin directory names to
include. Any plugin not matching this expression is excluded.
In any case you need at least include the nutch-extensionpoints plugin. By
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].