This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch branch_1x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 252923ebb6e35a92da3eaac06b7c2b02d40bdfe7 Author: tallison <[email protected]> AuthorDate: Thu Nov 19 17:35:05 2020 -0500 TIKA-3225 -- PR-378 via onozaty --- tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml | 2 +- 1 file changed, 1 insertion(+), 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 d281751..0ea388b 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 @@ -36,7 +36,7 @@ * For logic too complex to be expressed in a magic match, do the best you can here, then provide a Custom Detector for the rest --> -<mime-info> +<mime-info xmlns:tika="https://tika.apache.org/"> <mime-type type="application/activemessage"/> <mime-type type="application/andrew-inset">
