Skip to content

Commit

Permalink
Tweak ASiC comment and priority based on feedback from the spec
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tika/trunk@1713697 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Gagravarr committed Nov 10, 2015
1 parent 9e9ea27 commit 9c6f81c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -997,8 +997,8 @@
<acronym>ASiC-E</acronym>
<_comment>Extended Associated Signature Container</_comment>
<sub-class-of type="application/zip"/>
<!-- Only works if the mimetype file is the first zip entry -->
<magic priority="50">
<!-- Spec says the Mimetype entry should be the first in the zip -->
<magic priority="60">
<match value="PK\003\004" type="string" offset="0">
<match value="mimetypeapplication/vnd.etsi.asic-e+zip" type="string" offset="30" />
</match>
Expand All @@ -1010,8 +1010,8 @@
<acronym>ASiC-S</acronym>
<_comment>Simple Associated Signature Container</_comment>
<sub-class-of type="application/zip"/>
<!-- Only works if the mimetype file is the first zip entry -->
<magic priority="50">
<!-- Spec says the Mimetype entry should be the first in the zip -->
<magic priority="60">
<match value="PK\003\004" type="string" offset="0">
<match value="mimetypeapplication/vnd.etsi.asic-s+zip" type="string" offset="30" />
</match>
Expand Down

0 comments on commit 9c6f81c

Please sign in to comment.