This is an automated email from the ASF dual-hosted git repository.
sebastian-nagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
from a6159ea8e NUTCH-3174 protocol-okhttp: request may hang despite
http.time.limit is set
add 54efa9f0c NUTCH-3176 URLUtil and urlnormalizer-basic: add support for
IDNA2008
add 66f55e1e4 NUTCH-3176 URLUtil and urlnormalizer-basic: add support for
IDNA2008
add 36cc23029 Refactor calls of URLDecoder and pass Charset instead of
String (since Java 10)
add 947cd288f NUTCH-3176 URLUtil and urlnormalizer-basic: add support for
IDNA2008
add 84699a62c NUTCH-3176 URLUtil and urlnormalizer-basic: add support for
IDNA2008
add afb943960 Format source code
new 298477069 Merge pull request #914 from
sebastian-nagel/NUTCH-3176-idna2008
The 1 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:
conf/nutch-default.xml | 11 ++
ivy/ivy.xml | 1 +
.../org/apache/nutch/crawl/DeduplicationJob.java | 9 +-
.../apache/nutch/plugin/PluginManifestParser.java | 7 +-
src/java/org/apache/nutch/util/URLUtil.java | 169 ++++++++++++++++++---
.../apache/nutch/protocol/file/FileResponse.java | 17 +--
.../org/apache/nutch/protocol/ftp/FtpResponse.java | 3 +-
.../net/urlnormalizer/ajax/AjaxURLNormalizer.java | 17 +--
.../urlnormalizer/basic/BasicURLNormalizer.java | 59 ++++---
.../basic/TestBasicURLNormalizer.java | 66 ++++++++
src/test/org/apache/nutch/util/TestURLUtil.java | 126 ++++++++++++++-
11 files changed, 398 insertions(+), 87 deletions(-)