Roberto Benedetti created TIKA-1792:
---------------------------------------

             Summary: Add ASiC-E and ASiC-S mime types
                 Key: TIKA-1792
                 URL: https://issues.apache.org/jira/browse/TIKA-1792
             Project: Tika
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.11
            Reporter: Roberto Benedetti
            Priority: Minor
             Fix For: 2.0, 1.12


These are the references:
* [http://www.iana.org/assignments/media-types/application/vnd.etsi.asic-e+zip]
* [http://www.iana.org/assignments/media-types/application/vnd.etsi.asic-s+zip]

My {{custom-mimetypes.xml}} is:
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<mime-info>
  <mime-type type="application/vnd.etsi.asic-e+zip">
    <acronym>ASiC-E</acronym>
    <_comment>Extended Associated Signature Container</_comment>
    <magic priority="50">
      <match value="PK\003\004" type="string" offset="0">
        <match value="mimetypeapplication/vnd.etsi.asic-e+zip" type="string" 
offset="30" />
      </match>
    </magic>
    <glob pattern="*.asice" />
  </mime-type>

  <mime-type type="application/vnd.etsi.asic-s+zip">
    <acronym>ASiC-S</acronym>
    <_comment>Simple Associated Signature Container</_comment>
    <magic priority="50">
      <match value="PK\003\004" type="string" offset="0">
        <match value="mimetypeapplication/vnd.etsi.asic-s+zip" type="string" 
offset="30" />
      </match>
    </magic>
    <glob pattern="*.asics" />
  </mime-type>
</mime-info>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to