[
https://issues.apache.org/jira/browse/NUTCH-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14196915#comment-14196915
]
Hudson commented on NUTCH-1879:
-------------------------------
SUCCESS: Integrated in Nutch-trunk #2848 (See
[https://builds.apache.org/job/Nutch-trunk/2848/])
NUTCH-1483 (including NUTCH-1879, NUTCH-1880, NUTCH-1885) fix errors related to
protocol-file (snagel:
http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1636736)
* /nutch/branches/2.x/CHANGES.txt
* /nutch/branches/2.x/conf/nutch-default.xml
* /nutch/branches/2.x/conf/regex-normalize.xml.template
* /nutch/branches/2.x/src/java/org/apache/nutch/util/URLUtil.java
*
/nutch/branches/2.x/src/plugin/protocol-file/src/java/org/apache/nutch/protocol/file/File.java
*
/nutch/branches/2.x/src/plugin/urlnormalizer-regex/sample/regex-normalize-default.test
*
/nutch/branches/2.x/src/plugin/urlnormalizer-regex/sample/regex-normalize-default.xml
* /nutch/branches/2.x/src/test/org/apache/nutch/util/TestURLUtil.java
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/conf/nutch-default.xml
* /nutch/trunk/conf/regex-normalize.xml.template
* /nutch/trunk/src/java/org/apache/nutch/util/URLUtil.java
*
/nutch/trunk/src/plugin/protocol-file/src/java/org/apache/nutch/protocol/file/File.java
*
/nutch/trunk/src/plugin/urlnormalizer-regex/sample/regex-normalize-default.test
* /nutch/trunk/src/plugin/urlnormalizer-regex/sample/regex-normalize-default.xml
* /nutch/trunk/src/test/org/apache/nutch/util/TestURLUtil.java
> Regex URL normalizer should remove multiple slashes after file: protocol
> ------------------------------------------------------------------------
>
> Key: NUTCH-1879
> URL: https://issues.apache.org/jira/browse/NUTCH-1879
> Project: Nutch
> Issue Type: Sub-task
> Components: protocol
> Affects Versions: 1.9, 2.2.1
> Reporter: Sebastian Nagel
> Fix For: 2.3, 1.10
>
> Attachments: NUTCH-1879-v1.patch
>
>
> urlnormalizer-regex should replace multiple slashes after {{file:}} protocol
> by a single slash ({{file:///}} -> {{file:/}}):
> * required by NUTCH-1483 to get a consistent canonical form for file URL
> because URL.toString() also emits the single-slash form
> * would obsolete NUTCH-1878
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)