You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2018/06/28 11:07:44 UTC

[nutch] 01/01: Merge pull request #353 from sebastian-nagel/nutch-2547-2609-url-normalizer-basic

This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit a4b4bf6853d0b85565831112f5bdc4f901736f4d
Merge: 4c1d94a 26616f5
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Thu Jun 28 13:07:40 2018 +0200

    Merge pull request #353 from sebastian-nagel/nutch-2547-2609-url-normalizer-basic
    
    NUTCH-2547 urlnormalizer-basic fails on special characters in path/query
    NUTCH-2609 urlnormalizer-basic to normalize path of file:// URLs

 .../urlnormalizer/basic/BasicURLNormalizer.java    | 108 +++++++++++++++++----
 .../basic/TestBasicURLNormalizer.java              |  43 ++++++++
 2 files changed, 134 insertions(+), 17 deletions(-)