[
https://issues.apache.org/jira/browse/NUTCH-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033595#comment-14033595
]
Hudson commented on NUTCH-1793:
-------------------------------
SUCCESS: Integrated in Nutch-trunk #2660 (See
[https://builds.apache.org/job/Nutch-trunk/2660/])
NUTCH-1793 HttpRobotRulesParser not configured properly (jnioche) (jnioche:
http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1603094)
* /nutch/trunk/CHANGES.txt
*
/nutch/trunk/src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api/HttpRobotRulesParser.java
> HttpRobotRulesParser not configured properly => "http.robots.403.allow"
> property is not read
> --------------------------------------------------------------------------------------------
>
> Key: NUTCH-1793
> URL: https://issues.apache.org/jira/browse/NUTCH-1793
> Project: Nutch
> Issue Type: Bug
> Components: protocol
> Affects Versions: 1.8
> Reporter: Julien Nioche
> Fix For: 1.9
>
> Attachments: NUTCH-1793.patch
>
>
> HttpRobotRulesParser is instanciated by HttpBase with an empty constructor
> and the conf() method is called later but relies on the super implementation
> and as a result the "http.robots.403.allow" property is not read.
> Am OK to leave this property in HttpRobotRulesParser but it should override
> setConf so that the property is initialised properly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)