Luis Filipe Nassif created TIKA-1444: ----------------------------------------
Summary: 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 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)