Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-1632

ZLIB magic detection support

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.9
    • detector
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            malejpavouk Pavel Micka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: