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

Hudson commented on NUTCH-2576:
-------------------------------

SUCCESS: Integrated in Jenkins build Nutch-trunk #3533 (See 
[https://builds.apache.org/job/Nutch-trunk/3533/])
NUTCH-2576 HTTP protocol implementation based on okhttp - derived from (snagel: 
[https://github.com/apache/nutch/commit/32860a5906834dce0408ae471a376375d40e3653])
* (edit) src/java/org/apache/nutch/net/protocols/Response.java
* (add) 
src/plugin/protocol-okhttp/src/java/org/apache/nutch/protocol/okhttp/OkHttp.java
* (edit) 
src/plugin/lib-http/src/java/org/apache/nutch/protocol/http/api/HttpBase.java
* (add) 
src/plugin/protocol-okhttp/src/java/org/apache/nutch/protocol/okhttp/package-info.java
* (add) src/plugin/protocol-okhttp/plugin.xml
* (edit) conf/nutch-default.xml
* (edit) src/java/org/apache/nutch/metadata/HttpHeaders.java
* (add) src/plugin/protocol-okhttp/jsp/brokenpage.jsp
* (add) src/plugin/protocol-okhttp/ivy.xml
* (add) src/plugin/protocol-okhttp/src/test/conf/nutch-site-test.xml
* (add) 
src/plugin/protocol-okhttp/src/java/org/apache/nutch/protocol/okhttp/OkHttpResponse.java
* (edit) build.xml
* (add) src/plugin/protocol-okhttp/jsp/basic-http.jsp
* (add) src/plugin/protocol-okhttp/jsp/redirect302.jsp
* (edit) 
src/plugin/protocol-htmlunit/src/java/org/apache/nutch/protocol/htmlunit/HttpResponse.java
* (edit) src/plugin/build.xml
* (add) src/plugin/protocol-okhttp/build.xml
* (edit) 
src/plugin/protocol-http/src/java/org/apache/nutch/protocol/http/HttpResponse.java
* (add) 
src/plugin/protocol-okhttp/src/test/org/apache/nutch/protocol/okhttp/TestProtocolOkHttp.java
* (add) src/plugin/protocol-okhttp/jsp/redirect301.jsp
NUTCH-2576 HTTP protocol implementation based on okhttp - fix: copy (snagel: 
[https://github.com/apache/nutch/commit/659e1c8900c65d96b0a498d602992cc11c9430d6])
* (edit) 
src/plugin/protocol-okhttp/src/java/org/apache/nutch/protocol/okhttp/OkHttpResponse.java
NUTCH-2576 HTTP protocol implementation based on okhttp - do not catch (snagel: 
[https://github.com/apache/nutch/commit/f598db71c22c68aa8dc00028609bef9ab6b94158])
* (edit) 
src/plugin/protocol-okhttp/src/java/org/apache/nutch/protocol/okhttp/OkHttpResponse.java
NUTCH-2576 HTTP protocol implementation based on okhttp - set Cookie (snagel: 
[https://github.com/apache/nutch/commit/dbdb40bcfacf8d53076bc24f768c5dde0832f742])
* (edit) 
src/plugin/protocol-okhttp/src/java/org/apache/nutch/protocol/okhttp/OkHttpResponse.java
NUTCH-2576 HTTP protocol implementation based on okhttp - port unit (snagel: 
[https://github.com/apache/nutch/commit/466a0ed4b5398d7624931ad5115c4b50624dfd12])
* (edit) src/plugin/protocol-okhttp/src/test/conf/nutch-site-test.xml
* (add) 
src/plugin/protocol-okhttp/src/test/org/apache/nutch/protocol/okhttp/TestBadServerResponses.java
NUTCH-2576 HTTP protocol implementation based on okhttp - change port (snagel: 
[https://github.com/apache/nutch/commit/f1aa728b113a716db783690e220c9e03318a62f1])
* (edit) 
src/plugin/protocol-okhttp/src/test/org/apache/nutch/protocol/okhttp/TestBadServerResponses.java


> HTTP protocol plugin based on okhttp
> ------------------------------------
>
>                 Key: NUTCH-2576
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2576
>             Project: Nutch
>          Issue Type: Improvement
>          Components: plugin, protocol
>            Reporter: Sebastian Nagel
>            Assignee: Sebastian Nagel
>            Priority: Major
>             Fix For: 1.15
>
>
> [Okhttp|http://square.github.io/okhttp/] is an Apache2-licensed http library 
> which supports HTTP/2. [~jnioche]'s implementation 
> [storm-crawler#443|https://github.com/DigitalPebble/storm-crawler/issues/443] 
> proves that it should be straightforward to implement a Nutch protocol plugin 
> using okhttp. A recent HTTP protocol implementation should also fix (most of) 
> the issues reported in NUTCH-2549.



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

Reply via email to