[jira] [Closed] (NUTCH-824) Crawling - File Error 404 when fetching file with an hexadecimal character in the file name.

2011-06-25 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma closed NUTCH-824. --- Bulk close of resolved issues for 1.3. Crawling - File Error 404 when fetching file with an hexadecimal

[jira] Resolved: (NUTCH-824) Crawling - File Error 404 when fetching file with an hexadecimal character in the file name.

2011-01-07 Thread Julien Nioche (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Nioche resolved NUTCH-824. - Resolution: Fixed Assignee: Julien Nioche (was: Markus Jelsma) Have reactivated the tests

[jira] Commented: (NUTCH-824) Crawling - File Error 404 when fetching file with an hexadecimal character in the file name.

2010-10-27 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12925308#action_12925308 ] Markus Jelsma commented on NUTCH-824: - You're correct, no patch has been submitted and

[jira] Updated: (NUTCH-824) Crawling - File Error 404 when fetching file with an hexadecimal character in the file name.

2010-10-27 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma updated NUTCH-824: Affects Version/s: 2.0 1.3 1.2 Fix Version/s:

[jira] Resolved: (NUTCH-824) Crawling - File Error 404 when fetching file with an hexadecimal character in the file name.

2010-05-27 Thread Michela Becchi (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michela Becchi resolved NUTCH-824. -- Fix Version/s: 1.0.0 Resolution: Fixed Hi, I fixed (or, at least, circumvented) this by

Re: Crawling - File Error 404 when fetching file with an hexadecimal character in the file name.

2010-05-27 Thread Michela Becchi
Hi, I circumvented this problem by modifying the org.apache.nutch.protocol.file.FileResponse class belonging to the protocol-file plugin. In particular, at line 120, I added String path = .equals(url.getPath()) ? / : url.getPath(); +String decoded_path = path; +try { +

[jira] Created: (NUTCH-824) Crawling - File Error 404 when fetching file with an hexadecimal character in the file name.

2010-05-20 Thread Michela Becchi (JIRA)
Crawling - File Error 404 when fetching file with an hexadecimal character in the file name. Key: NUTCH-824 URL: https://issues.apache.org/jira/browse/NUTCH-824

Re: Crawling - File Error 404 when fetching file with an hexadecimal character in the file name.

2010-05-20 Thread Michela Becchi
Hi Julien, Thanks a lot. I tried the same test you indicated (bin/nutch plugin protocol-file org.apache.nutch.protocol.file ...) and got again an Error 404. Of course, I don't get this error if, when issuing the command, I replace the hexadecimal representation (e.g., %28 with (). I opened an