[ 
https://issues.apache.org/jira/browse/NUTCH-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16745928#comment-16745928
 ] 

ASF GitHub Bot commented on NUTCH-2678:
---------------------------------------

sebastian-nagel commented on pull request #431: NUTCH-2678 Allow for per-host 
configurable protocol plugin
URL: https://github.com/apache/nutch/pull/431
 
 
   - apply patch contributed by Markus Jelsma
   - fix unit test: remove obsolete test for protocol in object cache
   
   Also fixes "en passant": NUTCH-2653 - ProtocolFactory.getProtocol(url) 
creates separate plugin instances for http/https.
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


> Allow for per-host configurable protocol plugin
> -----------------------------------------------
>
>                 Key: NUTCH-2678
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2678
>             Project: Nutch
>          Issue Type: Improvement
>          Components: protocol
>    Affects Versions: 1.15
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Major
>             Fix For: 1.16
>
>         Attachments: NUTCH-2678.patch, NUTCH-2678.patch, NUTCH-2678.patch, 
> NUTCH-2678.patch
>
>
> Introduces new configuration file for mapping protocol plugins to hostnames.
> {code}
> # This file defines a hostname to protocol plugin mapping. Each line takes a
> # host name followed by a tab, followed by the ID of the protocol plugin. You
> # can find the ID in the protocol plugin's plugin.xml file.
> # 
> # <hostname>\t<plugin_id>\n
> # nutch.apache.org      org.apache.nutch.protocol.httpclient.Http
> # tika.apache.org       org.apache.nutch.protocol.http.Http
> #{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to