[
https://issues.apache.org/jira/browse/TIKA-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15234058#comment-15234058
]
Hudson commented on TIKA-1944:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #949 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/949/])
TIKA-1944 Magic for apple single/double files from Nick C (nick: rev
d184e9b95d6c066fc3445c4d766263c1069f6685)
* tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
> 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)