[ https://issues.apache.org/jira/browse/TIKA-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tyler Palsulich updated TIKA-1105: ---------------------------------- Attachment: TIKA-1105.palsulich.071614.patch This really is a trivial update. I attached a patch, though. > CompositeParser should use ParseContext when getting correct Parser > ------------------------------------------------------------------- > > Key: TIKA-1105 > URL: https://issues.apache.org/jira/browse/TIKA-1105 > Project: Tika > Issue Type: Improvement > Components: parser > Affects Versions: 1.3 > Reporter: Luis Filipe Nassif > Priority: Trivial > Attachments: TIKA-1105.palsulich.071614.patch > > > CompositeParser uses getParser(metadata) into the parse() method. It creates > a new ParseContext object and calls getParser(metadata, context). > It should be better to directly call getParser(metadata, context) into the > parse() method, using the supplied context, so it will take the context when > getting the supported types from loaded parsers. -- This message was sent by Atlassian JIRA (v6.2#6252)