You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2016/03/06 15:34:40 UTC

[jira] [Resolved] (TIKA-1890) Update mimetype for application/vnd.ms-cab-compressed

     [ https://issues.apache.org/jira/browse/TIKA-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch resolved TIKA-1890.
------------------------------
    Resolution: Fixed

More specific mime magic added in f7d3097 along with a unit test

> Update mimetype for application/vnd.ms-cab-compressed
> -----------------------------------------------------
>
>                 Key: TIKA-1890
>                 URL: https://issues.apache.org/jira/browse/TIKA-1890
>             Project: Tika
>          Issue Type: Improvement
>          Components: core, mime
>    Affects Versions: 1.13
>            Reporter: Ajay Kumar Loganathan Ravichandran
>              Labels: mimetypes
>             Fix For: 1.13
>
>
> Updating tika-mimetype.xml to identify *.cab file format.
> Updated mime-type:
>  <mime-type type="application/vnd.ms-cab-compressed">
>       <glob pattern="*.cab"/>
>      <magic priority="50">
>        <match value="MSCF" type="string" offset="0" />
>      </magic>
>     </mime-type>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)