I submitted TIKA-1708 and attached test case.
https://issues.apache.org/jira/browse/TIKA-1708
On Friday, August 14, 2015 1:42 AM, Nick Burch <[email protected]>
wrote:
On Fri, 14 Aug 2015, Justin wrote:
> I replaced:
> <detector
> class="org.apache.tika.parser.microsoft.POIFSContainerDetector"/>
> <detector class="org.apache.tika.mime.MimeTypes"/>
>
> with:
> <detector class="org.apache.tika.detect.DefaultDetector">
> <detector-exclude
> class="org.apache.tika.parser.pkg.ZipContainerDetector"/>
> </detector>
>
> ...and this works. So I think there's a problem in that
> CompositeDetector does not behave like DefaultDetector with the same set
> of detectors.
Are you able to write a short junit test case which, when coupled with
your tika config file, fails to detect outlook files? If so, please raise
an issue in jira and attach the test+config, we can then take a look
Thanks
Nick