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 2015/10/19 13:36:05 UTC

[jira] [Created] (NUTCH-2145) parse/index checker fail to fetch valid percent-encoded URLs

Sebastian Nagel created NUTCH-2145:
--------------------------------------

             Summary: parse/index checker fail to fetch valid percent-encoded URLs
                 Key: NUTCH-2145
                 URL: https://issues.apache.org/jira/browse/NUTCH-2145
             Project: Nutch
          Issue Type: Bug
    Affects Versions: 1.11
            Reporter: Sebastian Nagel


Parsechecker and indexchecker fail to fetch valid URLs containing percent-encoded characters. The percent-encoding is broken by escaping % again:
{noformat}
% bin/nutch parsechecker 'https://de.wikipedia.org/wiki/%C3%84sop'
fetching: https://de.wikipedia.org/wiki/%25C3%2584sop
Fetch failed with protocol status: gone(11), lastModified=0: https://de.wikipedia.org/wiki/%25C3%2584sop
{noformat}



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