This is an automated email from the ASF dual-hosted git repository.
snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git.
from 5644f9c NUTCH-2708 urlfilter-automaton: update library dependency
(dk.brics.automaton) - fix plugin.xml to refer to updated library
new 2fce5cd NUTCH-2716 Response headers are not stored for a compressed
response
new a83a736 When fixHttpHeaders is called with null, return null
new e7e0a21 Fix plugin.xml to match changes in ivy.xml.
new a2b944f Merge branch NUTCH-2716 of
https://github.com/YossiTamari/nutch - NUTCH-2716 protocol-http: Response
headers are not stored for a compressed response - NUTCH-2715 WARCExporter
fails on large records - upgrades lib-htmlunit to use version 3.141.5 of
Selenium
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/nutch/tools/CommonCrawlFormatWARC.java | 1 +
src/java/org/apache/nutch/tools/WARCUtils.java | 112 +++++++++++++++++++++
.../org/apache/nutch/tools/warc/WARCExporter.java | 4 +-
src/plugin/lib-htmlunit/ivy.xml | 3 +-
src/plugin/lib-htmlunit/plugin.xml | 100 +++++++++++-------
.../nutch/protocol/htmlunit/HttpResponse.java | 8 +-
.../apache/nutch/protocol/http/HttpResponse.java | 10 +-
.../nutch/protocol/selenium/HttpResponse.java | 3 +
8 files changed, 190 insertions(+), 51 deletions(-)