You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Jayesh Shende (JIRA)" <ji...@apache.org> on 2017/06/07 12:19:18 UTC

[jira] [Created] (NUTCH-2392) Get same pages multiple times if URL contains relative path

Jayesh Shende created NUTCH-2392:
------------------------------------

             Summary: Get same pages multiple times if URL contains relative path
                 Key: NUTCH-2392
                 URL: https://issues.apache.org/jira/browse/NUTCH-2392
             Project: Nutch
          Issue Type: Bug
          Components: commoncrawl
    Affects Versions: 1.13
         Environment: Ubuntu, JRE 1.8.131
            Reporter: Jayesh Shende
            Priority: Critical
             Fix For: 1.14


When websites have relative URL at different pages for same HTML document, for example on first depth I fetched contents of a page http://example.com/index.html, after few depths I got a link (constructed by Nutch from some relative path pattern in some anchor tag) http://example.com/Level1/Level2/../../index.html , in this case Nutch is fetching same HTML document two times considering both URLs are different but they are not. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)