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

Reply via email to