You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2023/09/08 15:35:28 UTC

[tika] branch TIKA-4125 updated: TIKA-4125 -- bump png priority to avoid test failure

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch TIKA-4125
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/TIKA-4125 by this push:
     new e716c4d68 TIKA-4125 -- bump png priority to avoid test failure
e716c4d68 is described below

commit e716c4d6808136ae9a88a50aeb20411d4f4dabc8
Author: tballison <ta...@apache.org>
AuthorDate: Fri Sep 8 11:35:21 2023 -0400

    TIKA-4125 -- bump png priority to avoid test failure
---
 tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
index ea4f99db2..f9ecc9c49 100644
--- a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
+++ b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
@@ -6191,7 +6191,8 @@
   <mime-type type="image/png">
     <acronym>PNG</acronym>
     <_comment>Portable Network Graphics</_comment>
-    <magic priority="50">
+    <!-- slightly above rfc822 -->
+    <magic priority="55">
       <match value="\x89PNG\x0d\x0a\x1a\x0a" type="string" offset="0"/>
     </magic>
     <glob pattern="*.png"/>