[
https://issues.apache.org/jira/browse/NUTCH-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16141854#comment-16141854
]
ASF GitHub Bot commented on NUTCH-2413:
---------------------------------------
sebastian-nagel commented on a change in pull request #216: fix for NUTCH-2413
contributed by maborec
URL: https://github.com/apache/nutch/pull/216#discussion_r135302193
##########
File path: src/java/org/apache/nutch/fetcher/FetcherThread.java
##########
@@ -468,8 +468,9 @@ public void run() {
private Text handleRedirect(Text url, CrawlDatum datum, String urlString,
String newUrl, boolean temp, String redirType)
throws MalformedURLException, URLFilterException {
+
newUrl = normalizers.normalize(newUrl, URLNormalizers.SCOPE_FETCHER);
- newUrl = urlFilters.filter(newUrl);
Review comment:
Please, do not change white space and squash the commits.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> When fetching and parsing together, parameter "parse.filter.urls" is ignored
> ----------------------------------------------------------------------------
>
> Key: NUTCH-2413
> URL: https://issues.apache.org/jira/browse/NUTCH-2413
> Project: Nutch
> Issue Type: Bug
> Components: fetcher, parser
> Affects Versions: 1.13
> Environment: Apache Nutch release 1.13.
> Reporter: Marcos Bori
> Fix For: 1.14
>
>
> In a situation when we want to:
> (1) Execute the fetch and parse together ("fetcher.parse" setting to "true")
> (2) Avoid applying the URL filters when executing this phase.
> Condition (2) can be configured when parsing is executed as a separate
> process by setting "parse.filter.urls" to "false".
> However, this setting ("parse.filter.urls") is ignored when we execute the
> fetch and parse phases together.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)