[
https://issues.apache.org/jira/browse/NUTCH-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745226#comment-15745226
]
Hudson commented on NUTCH-2337:
-------------------------------
FAILURE: Integrated in Jenkins build Nutch-trunk #3402 (See
[https://builds.apache.org/job/Nutch-trunk/3402/])
NUTCH-2337 urlnormalizer-basic to strip empty port, closes #160 - make (snagel:
rev f351790d7f496561aeae5e214d1b33975ca34cf2)
* (edit)
src/plugin/urlnormalizer-basic/src/test/org/apache/nutch/net/urlnormalizer/basic/TestBasicURLNormalizer.java
* (edit)
src/plugin/urlnormalizer-basic/src/java/org/apache/nutch/net/urlnormalizer/basic/BasicURLNormalizer.java
> 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: 2.3.1, 1.12
> Reporter: Sebastian Nagel
> Assignee: Sebastian Nagel
> Priority: Minor
> Fix For: 2.4, 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)