You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sebastian Nagel (JIRA)" <ji...@apache.org> on 2016/12/09 10:59:58 UTC

[jira] [Created] (NUTCH-2337) urlnormalizer-basic to strip empty port

Sebastian Nagel created NUTCH-2337:
--------------------------------------

             Summary: urlnormalizer-basic to strip empty port
                 Key: NUTCH-2337
                 URL: https://issues.apache.org/jira/browse/NUTCH-2337
             Project: Nutch
          Issue Type: Bug
          Components: plugin
    Affects Versions: 1.12
            Reporter: Sebastian Nagel
            Assignee: Sebastian Nagel
            Priority: Minor
             Fix For: 1.13


Basic URL normalizer should strip an empty port from the URL, that's not the case at present:
{noformat}
echo "http://example.com:/" \
   | nutch plugin urlnormalizer-basic org.apache.nutch.net.urlnormalizer.basic.BasicURLNormalizer
http://example.com:/
{noformat}
The result should be {{http://example.com/}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)