[ https://issues.apache.org/jira/browse/TIKA-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916733#comment-17916733 ]
Hudson commented on TIKA-4365: ------------------------------ SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk17 #611 (See [https://ci-builds.apache.org/job/Tika/job/tika-main-jdk17/611/]) TIKA-4365 -- checkstyle and manifest logic (tallison: [https://github.com/apache/tika/commit/01a67dd261b514d2bd4d88d74385a5986f0bb383]) * (edit) tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-zip-commons/src/main/java/org/apache/tika/detect/zip/JarDetector.java > Support Android Bundle aab detection > ------------------------------------ > > Key: TIKA-4365 > URL: https://issues.apache.org/jira/browse/TIKA-4365 > Project: Tika > Issue Type: Bug > Components: tika-core > Reporter: Subbu > Priority: Critical > > AAB file goes through DefaultZipContainerDetector and gets detected as > _application/java-archive_ since it has MANIFEST.MF via JarDetector. > They have their own content type as mentioned in tika-mimetypes.xml - > application/x-authorware-bin > [https://github.com/apache/tika/blob/6a12d7cf1a2ee37dce899933a05520604330c947/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml#L3485] > The AAB file structure has a AndroidManifest.xml similar to apk archive but > in [base/manifest/|http://base/manifest/] directory. > Android Dev documentation reference : > [https://developer.android.com/guide/app-bundle/app-bundle-format] > > -- This message was sent by Atlassian Jira (v8.20.10#820010)