[
https://issues.apache.org/jira/browse/TIKA-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17444672#comment-17444672
]
Hudson commented on TIKA-3593:
------------------------------
SUCCESS: Integrated in Jenkins build Tika ยป tika-main-jdk8 #355 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/355/])
TIKA-3593 -- remove the XMLParser from service loading (tallison:
[https://github.com/apache/tika/commit/464126681ad2d4bdb948ec0944c013d09768db17])
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-xml-module/src/main/resources/META-INF/services/org.apache.tika.parser.Parser
> Remove XMLParser from service loading in 2.x
> --------------------------------------------
>
> Key: TIKA-3593
> URL: https://issues.apache.org/jira/browse/TIKA-3593
> Project: Tika
> Issue Type: Bug
> Reporter: Tim Allison
> Assignee: Tim Allison
> Priority: Major
> Fix For: 2.1.1
>
>
> On the user list, [~snagel] observed that the DcXMLParser is being called on
> xml for 1.27, whereas the XMLParser is being used in 2.x. The cause of this
> is that we've accidentally included the XMLParser on the service loading list
> in 2.x. DcXMLParser is also on the list in 2.x, but because of the sort of
> service loaded parsers, the XMLParser is the only one that is called.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)