[
https://issues.apache.org/jira/browse/TIKA-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698875#comment-14698875
]
Hudson commented on TIKA-1708:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #828 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/828/])
TIKA-1708 If the Tika Config detector entry calls for MimeTypes, use the
already created one, avoid creating a new empty one (nick:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1696160)
* /tika/trunk/tika-core/src/main/java/org/apache/tika/config/TikaConfig.java
*
/tika/trunk/tika-parsers/src/test/java/org/apache/tika/config/TikaDetectorConfigTest.java
Outlook detection with custom config tests, based on work by Justin Palmer
TIKA-1708 (nick: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1696159)
*
/tika/trunk/tika-core/src/test/java/org/apache/tika/config/AbstractTikaConfigTest.java
* /tika/trunk/tika-example/pom.xml
*
/tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/mbox/OutlookPSTParser.java
*
/tika/trunk/tika-parsers/src/test/java/org/apache/tika/config/TikaDetectorConfigTest.java
*
/tika/trunk/tika-parsers/src/test/resources/org/apache/tika/config/TIKA-1708-detector-composite.xml
*
/tika/trunk/tika-parsers/src/test/resources/org/apache/tika/config/TIKA-1708-detector-default.xml
> Detectors loaded from configuration files into CompositeDetector fail
> ---------------------------------------------------------------------
>
> Key: TIKA-1708
> URL: https://issues.apache.org/jira/browse/TIKA-1708
> Project: Tika
> Issue Type: Bug
> Components: config, detector
> Affects Versions: 1.10
> Reporter: Justin Palmer
> Attachments: TIKA-1708.zip
>
>
> Loading individual Detectors from a configuration file, e.g.
> <detector class="org.apache.tika.parser.microsoft.POIFSContainerDetector"/>
> <detector class="org.apache.tika.mime.MimeTypes"/>
> will cause them to be added to a CompositeDetector which does not detect,
> e.g. PST files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)