[
https://issues.apache.org/jira/browse/TIKA-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15761132#comment-15761132
]
Tim Allison commented on TIKA-2212:
-----------------------------------
So that users can control includes/excludes with greater precision, I propose
adding:
{noformat}
application/vnd.ms-powerpoint.slide.macroenabled.12
application/vnd.ms-powerpoint.template.macroenabled.12
application/vnd.openxmlformats-officedocument.presentationml.slide
application/vnd.ms-visio.drawing
application/vnd.ms-visio.drawing.macroenabled.12
application/vnd.ms-visio.stencil
application/vnd.ms-visio.stencil.macroenabled.12
application/vnd.ms-visio.template
application/vnd.ms-visio.template.macroenabled.12
model/vnd.dwfx+xps
{noformat}
and removing {{x-tika-ooxml}} from OOXMLParser's {{SUPPORTED_TYPES}}.
Some questions:
1) Does the OOXMLParser actually support all of these or should some be moved
to the {{UNSUPPORTED_OOXML_TYPES}}?
2) Any objections to this proposal? (ping [~gagravarr])
> Update mimes for OOXMLParser
> ----------------------------
>
> Key: TIKA-2212
> URL: https://issues.apache.org/jira/browse/TIKA-2212
> Project: Tika
> Issue Type: Bug
> Reporter: Tim Allison
> Priority: Trivial
>
> On TIKA-2208, [~dadoonet] found that we are missing the mime for .potm files
> in our OOXMLParser. Let's add it.
> I also found that it was not possible to exclude children or grandchildren of
> "x-tika-ooxml". We should fix that somehow.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)