[ https://issues.apache.org/jira/browse/TIKA-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Koren updated TIKA-193: -------------------------------- Priority: Minor (was: Major) > PDFParser adds mime-type twice > ------------------------------ > > Key: TIKA-193 > URL: https://issues.apache.org/jira/browse/TIKA-193 > Project: Tika > Issue Type: Bug > Affects Versions: 0.3 > Reporter: Jonathan Koren > Priority: Minor > > Using AutoDetectParser to call PDFParser causes the mime-type to be added > twice. It should be added exactly once. > Proposed Fix: > parser/pdf/PDFParser.java should be changed from: > metadata.add(Metadata.CONTENT_TYPE, "application/pdf"); > to: > metadata.set(Metadata.CONTENT_TYPE, "application/pdf"); > as per other Tika bundled parsers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.