Sebastian Nagel created NUTCH-1484:
--------------------------------------

             Summary: TableUtil unreverseURL fails on file:// URLs
                 Key: NUTCH-1484
                 URL: https://issues.apache.org/jira/browse/NUTCH-1484
             Project: Nutch
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Sebastian Nagel
            Priority: Critical
             Fix For: 2.2


(reported by Rogério Pereira Araújo, see NUTCH-1483)
When crawling the local filesystem TableUtil.unreverseURL fails for URLs with 
empty host part (file:///Documents/). StringUtils.split(String, char) does not 
preserve empty parts which causes:
{code}
java.lang.ArrayIndexOutOfBoundsException: 1
at org.apache.nutch.util.TableUtil.unreverseUrl(TableUtil.java:98)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to