[
https://issues.apache.org/jira/browse/TIKA-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14556506#comment-14556506
]
Hudson commented on TIKA-1632:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #699 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/699/])
TIKA-1632 Add some test zlib compressed files, another magic for it, and
detection unit tests (nick:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1681160)
*
/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
* /tika/trunk/tika-parsers/src/test/java/org/apache/tika/mime/TestMimeTypes.java
* /tika/trunk/tika-parsers/src/test/resources/test-documents/testTXT.zlib
* /tika/trunk/tika-parsers/src/test/resources/test-documents/testTXT.zlib0
* /tika/trunk/tika-parsers/src/test/resources/test-documents/testTXT.zlib5
* /tika/trunk/tika-parsers/src/test/resources/test-documents/testTXT.zlib9
> ZLIB magic detection support
> ----------------------------
>
> Key: TIKA-1632
> URL: https://issues.apache.org/jira/browse/TIKA-1632
> Project: Tika
> Issue Type: Improvement
> Components: detector
> Reporter: Pavel Micka
> Priority: Minor
>
> In our environment we encounter many compressed streams, one of them (which
> is currently not supported by Tika 1.8) is ZLIB. According to my sources and
> experience the magics that cover majority of ZLIB archives are these:
> <mime-type type="application/zlib">
> <_comment>Zlib Compressed Archive</_comment>
> <magic priority="45">
> <match value="\x78\x01" type="string" offset="0" />
> <match value="\x78\x9c" type="string" offset="0" />
> <match value="\x78\xda" type="string" offset="0" />
> </magic>
> </mime-type>
> Well described here:
> http://stackoverflow.com/questions/9050260/what-does-a-zlib-header-look-like
> Original RFC here:
> http://tools.ietf.org/html/rfc1950
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)