You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/10/13 12:45:33 UTC

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

    [ https://issues.apache.org/jira/browse/TIKA-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169171#comment-14169171 ] 

Hudson commented on TIKA-1444:
------------------------------

SUCCESS: Integrated in tika-trunk-jdk1.7 #261 (See [https://builds.apache.org/job/tika-trunk-jdk1.7/261/])
TIKA-1444 Virtual PC Virtual Hard Disk mimetype (nick: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1631329)
* /tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml


> 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)