[
https://issues.apache.org/jira/browse/JCR-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582957#action_12582957
]
Marcel Reutegger commented on JCR-1504:
---------------------------------------
The patch does not work. There must be an individual String for each mime type.
Besides, application/msexcel is not a valid IANA mime type, whereas
application/vnd.ms-excel. We should therefore actually change the mapping in
jackrabbit-jcr-server.
But I'm OK with adding the mime type to MsExcelTextExtractor as well.
> MS Excel Mime Type missing in MsExcelTextExtractor
> ---------------------------------------------------
>
> Key: JCR-1504
> URL: https://issues.apache.org/jira/browse/JCR-1504
> Project: Jackrabbit
> Issue Type: Bug
> Components: jackrabbit-text-extractors
> Affects Versions: 1.4
> Reporter: Dirk Feufel
> Attachments: jcr-1504.patch
>
>
> The MsExcelTextExtractor listens to mime type "application/vnd.ms-excel", but
> storing excels will result in mime type "application/msexcel", too. Such
> tagged files will not be indexed by the MsExcelTextExtractor. The class
> should register itself to both mime types like the MsWordTextExtractor does.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.