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

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

commit 361e0de09532818cf2491a370329084b1d992952
Author: Tim Allison <talli...@apache.org>
AuthorDate: Mon Mar 25 15:02:57 2024 -0400

    TIKA-4225 -- add detection for amf (#1688)
    
    * TIKA-4225 -- add detection for amf
    
    (cherry picked from commit 36e3ba8cd6f489be1241536661f6f1821458b902)
---
 .../src/main/resources/org/apache/tika/mime/tika-mimetypes.xml      | 6 ++++++
 1 file changed, 6 insertions(+)

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 ca2dcaa6f..81a0af3c9 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
@@ -3283,6 +3283,12 @@
     </match>
     </magic>
   </mime-type>
+  <mime-type type="application/x-amf">
+    
<tika:link>https://en.wikipedia.org/wiki/Additive_manufacturing_file_format</tika:link>
+    <root-XML localName="amf"/>
+    <glob pattern="*.amf"/>
+    <sub-class-of type="application/xml"/>
+  </mime-type>
   <mime-type type="application/x-atari-floppy-disk-image">
     <tika:link>http://fileformats.archiveteam.org/wiki/ATR</tika:link>
     <magic priority="50">

Reply via email to