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

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


The following commit(s) were added to refs/heads/main by this push:
     new 36e3ba8cd TIKA-4225 -- add detection for amf (#1688)
36e3ba8cd is described below

commit 36e3ba8cd6f489be1241536661f6f1821458b902
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
---
 .../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 7176332ef..fed46b858 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
@@ -3286,6 +3286,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