[
https://issues.apache.org/jira/browse/TIKA-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-2047.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.14
2.0
> TXTParser overwrites mime type/masks types that are subtype of text
> -------------------------------------------------------------------
>
> Key: TIKA-2047
> URL: https://issues.apache.org/jira/browse/TIKA-2047
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.13
> Reporter: Tim Allison
> Assignee: Tim Allison
> Priority: Minor
> Fix For: 2.0, 1.14
>
>
> For vcal and other mime types that are subclasses of {{text/plain}}, the
> TXTParser overwrites their mime type as "text/plain". We should check to see
> what mime has been sent in via the Metadata and add the charset to that, e.g.
> "text/calendar; charset=ISO-8859-1"...right?
> {noformat}
> Charset charset = reader.getCharset();
> MediaType type = new MediaType(MediaType.TEXT_PLAIN, charset);
> metadata.set(Metadata.CONTENT_TYPE, type.toString());
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)