[
https://issues.apache.org/jira/browse/TIKA-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019886#comment-14019886
]
Hudson commented on TIKA-1326:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #27 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/27/])
TIKA-1326 MSI files are, rather improbably, based on OLE2 documents not Windows
PE files. Patch from Luis Filipe Nassif plus test updates (nick:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1600887)
*
/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
* /tika/trunk/tika-core/src/test/java/org/apache/tika/TikaDetectionTest.java
> MSI file detection
> ------------------
>
> Key: TIKA-1326
> URL: https://issues.apache.org/jira/browse/TIKA-1326
> Project: Tika
> Issue Type: Improvement
> Components: mime
> Affects Versions: 1.5
> Reporter: Luis Filipe Nassif
> Priority: Minor
>
> Please remove *.msi extension from application/x-msdownload mime-type
> definition, incorrectly listed there, and add the following mime-type in
> tika-mimetypes.xml:
> {code}
> <mime-type type="application/x-ms-installer">
> <_comment>Microsoft Windows Installer</_comment>
> <sub-class-of type="application/x-tika-msoffice"/>
> <glob pattern="*.msi"/>
> <glob pattern="*.msp"/>
> <glob pattern="*.mst"/>
> </mime-type>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)