[
https://issues.apache.org/jira/browse/TIKA-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Burch resolved TIKA-1944.
------------------------------
Resolution: Fixed
Thanks, added in d184e9b
> Add mime magic for apple single/double files
> --------------------------------------------
>
> Key: TIKA-1944
> URL: https://issues.apache.org/jira/browse/TIKA-1944
> Project: Tika
> Issue Type: Improvement
> Components: mime
> Reporter: Nick C
> Priority: Minor
> Fix For: 1.13
>
>
> Update tika-mimetypes.xml to identify Apple Single/Double files.
> http://www.ietf.org/rfc/rfc1740.txt
> <mime-type type="application/applefile">
> <magic priority="50">
> <match value="0x00051600" type="string" offset="0"/>
> </magic>
> </mime-type>
> <mime-type type="multipart/appledouble">
> <magic priority="50">
> <match value="0x00051607" type="string" offset="0"/>
> </magic>
> </mime-type>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)