Description
Spotted while looking at TIKA-1642, if you have some Tika config xml like:
<properties> <parsers> <parser class="org.apache.tika.parser.ctakes.CTAKESParser"> <parser class="org.apache.tika.parser.DefaultParser"/> </parser> </parsers> </properties>
Then because of the way that TikaConfig is fetching the elements, it will process the DefaultParser once as a child of CTakes, then a second time at the top level