[
https://issues.apache.org/jira/browse/TIKA-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905484#comment-16905484
]
Hudson commented on TIKA-2922:
------------------------------
SUCCESS: Integrated in Jenkins build tika-2.x-windows #448 (See
[https://builds.apache.org/job/tika-2.x-windows/448/])
Fix for TIKA-2922 contributed by pascal.essiembre (#279) (tallison: rev
cc43b276b60b1aabe01a2126363348db5a4d1888)
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/pkg/StreamingZipContainerDetector.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/pkg/ZipContainerDetectorBase.java
> Regression issue with detecting .dotx and .xlam MS Office mime-types
> --------------------------------------------------------------------
>
> Key: TIKA-2922
> URL: https://issues.apache.org/jira/browse/TIKA-2922
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.22
> Environment: N/A
> Reporter: Pascal Essiembre
> Priority: Minor
> Fix For: 1.23
>
>
> After upgrading to 1.22, .dotx and .xlam files are no longer detected
> properly.
> They are now detected as:
>
> {noformat}
> .dotx -> vnd.ms-word.template.macroenabled.12
> .xlam -> application/x-tika-ooxml{noformat}
>
> They should be detected like they originally were:
> {noformat}
> .dotx -> vnd.openxmlformats-officedocument.wordprocessingml.template
> .xlam -> application/vnd.ms-excel.addin.macroenabled.12{noformat}
> Reference:
> [https://docs.microsoft.com/en-us/previous-versions/office/office-2007-resource-kit/ee309278(v=office.12)]
> It is happening in StreamingZipContainerDetector and ZipContainerDetectorBase.
> I will submit a pull request shortly with the correct mapping.
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)