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

Susam Pal commented on NUTCH-557:
---------------------------------

Thank you, Doğacan and Andrzej for your comments. I started developing it in a 
fresh directory, hence it resulted in a new plugin. I can turn it into a patch 
for protocol-httpclient. I have two questions to ask.

1. In my plugin, the structure of the code is a little different from that of 
protocol-httpclient. This means, if I simply replace Http.java and 
HttpResponse.java of protocol-httpclient with mine, the diff would be huge. Or 
do you prefer carefully merging Http.java and HttpResponse.java of 
protocol-http11 with protocol-httpclient, so that the diff makes sense?

2. I don' see these files of protocol-httpclient being used anywhere:- (i) 
DummySSLProtocolSocketFactory.java (ii) DummyX509TrustManager.java (iii) 
HttpAuthenticationException.java (iv) HttpAuthenticationFactory.java (v) 
HttpAuthentication.java (vi) HttpBasicAuthentication.java. Moreover, my plugin 
includes basic authentication and HTTPS. So what should be done to these unused 
files?

> protocol-http11 for HTTP 1.1, HTTPS, NTLM, Basic and Digest Authentication
> --------------------------------------------------------------------------
>
>                 Key: NUTCH-557
>                 URL: https://issues.apache.org/jira/browse/NUTCH-557
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.0.0
>            Reporter: Susam Pal
>            Priority: Minor
>         Attachments: protocol-http11v0.1.patch
>
>
> 'protocol-http11' is a protocol plugin which supports retrieving documents 
> via the HTTP 1.0, HTTP 1.1 and HTTPS protocols, optionally with Basic, Digest 
> and NTLM authentication schemes for web server as well as proxy server.
> The user guide and other information can be found here:- 
> [http://wiki.apache.org/nutch/protocol-http11]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to