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 2014/10/13 12:18:34 UTC

[jira] [Resolved] (TIKA-1444) Detection for VirtualPC VHD files

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

Nick Burch resolved TIKA-1444.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.7

I don't think we can remove the .vhd extension from VHDL, as it seems to be very widely used for that

I've added an expanded entry for Virtual PC VHD files in r1631329, without the glob extension

> Detection for VirtualPC VHD files
> ---------------------------------
>
>                 Key: TIKA-1444
>                 URL: https://issues.apache.org/jira/browse/TIKA-1444
>             Project: Tika
>          Issue Type: Improvement
>          Components: mime
>    Affects Versions: 1.6
>            Reporter: Luis Filipe Nassif
>            Priority: Minor
>             Fix For: 1.7
>
>
> Please, remove the <glob pattern="*.vhd"/> entry from text/x-vhdl mimetype definition and add the following:
> {code}
> <mime-type type="application/x-vhd">
> 	<glob pattern="*.vhd"/>
> 	<magic priority="50">
>     	 	<match value="conectix" type="string" offset="0"/>
>     	</magic>
> </mime-type>
> {code}



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