[
https://issues.apache.org/jira/browse/TIKA-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Burch resolved TIKA-1084.
------------------------------
Resolution: Fixed
Fix Version/s: 1.4
Thanks, mimetypes merged in r1445629, along with disabling that test +
explaining why
> Merge image/x-icon and image/vnd.microsoft.icon
> -----------------------------------------------
>
> Key: TIKA-1084
> URL: https://issues.apache.org/jira/browse/TIKA-1084
> Project: Tika
> Issue Type: Improvement
> Components: mime
> Reporter: Ryan McKinley
> Priority: Trivial
> Fix For: 1.4
>
>
> tika-mimetypes.xml has an entry for image/x-icon and image/vnd.microsoft.icon
> According to:
> http://en.wikipedia.org/wiki/.ico
> These are the same thing. I think we should change it to:
> {code:xml}
> <mime-type type="image/vnd.microsoft.icon">
> <acronym>ICO</acronym>
> <tika:link>http://en.wikipedia.org/wiki/.ico</tika:link>
> <tika:uti>com.microsoft.ico</tika:uti>
> <alias>image/x-icon</alias>
> <magic priority="50">
> <match value="\102\101\050\000\000\000\056\000\000\000\000\000\000\000"
> type="string" offset="0"/>
> <match value="\000\000\001\000" type="string" offset="0"/>
> </magic>
> <glob pattern="*.ico"/>
> </mime-type>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira