[ 
https://issues.apache.org/jira/browse/NUTCH-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebastian Nagel updated NUTCH-2172:
-----------------------------------
    Attachment: NUTCH-2172-2.patch

It is about MIME types which are already normalized either by Tika or via 
MimeUtil.cleanMimeType(), not about potential garbage sent by web servers.
Anyway, we should keep the format as is but provide documentation and add 
meaningful warnings. The new patch also does the latter.

> Parsing whitespace not just tabs in contenttype-mapping.txt
> -----------------------------------------------------------
>
>                 Key: NUTCH-2172
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2172
>             Project: Nutch
>          Issue Type: Bug
>          Components: metadata
>    Affects Versions: 1.10
>         Environment: Macosx, Java 8
>            Reporter: Nicola Tonellotto
>            Priority: Minor
>              Labels: easyfix, newbie
>         Attachments: NUTCH-2172-1.patch, NUTCH-2172-2.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> The index-more plugin uses the conf/contenttype-mapping.txt file to build up 
> the mimeMap hash table (in the readConfiguration() method).
> The line splitting is performed around "\t", so it silently skip lines 
> separated by simple spaces or more than one tab (see line 325).
> Changing the single-char string "\t" with the regex "\\s+" should do the 
> magic.



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

Reply via email to