File tree 1 file changed +14
-2
lines changed
tika-core/src/main/resources/org/apache/tika/mime
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 42
42
<mime-type type =" application/andrew-inset" >
43
43
<glob pattern =" *.ez" />
44
44
</mime-type >
45
- <mime-type type =" application/applefile" />
45
+
46
+ <mime-type type =" application/applefile" >
47
+ <magic priority =" 50" >
48
+ <match value =" 0x00051600" type =" string" offset =" 0" />
49
+ </magic >
50
+ </mime-type >
51
+
46
52
<mime-type type =" application/applixware" >
47
53
<glob pattern =" *.aw" />
48
54
</mime-type >
5346
5352
</mime-type >
5347
5353
5348
5354
<mime-type type =" multipart/alternative" />
5349
- <mime-type type =" multipart/appledouble" />
5355
+
5356
+ <mime-type type =" multipart/appledouble" >
5357
+ <magic priority =" 50" >
5358
+ <match value =" 0x00051607" type =" string" offset =" 0" />
5359
+ </magic >
5360
+ </mime-type >
5361
+
5350
5362
<mime-type type =" multipart/byteranges" />
5351
5363
<mime-type type =" multipart/digest" />
5352
5364
<mime-type type =" multipart/encrypted" />
You can’t perform that action at this time.
0 commit comments