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

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

commit 9c179deb697a24014d2696dedbeca71344597f12
Author: tallison <talli...@apache.org>
AuthorDate: Mon Mar 25 13:44:15 2024 -0400

    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..3e507ab31 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="*.scad"/>
+    <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