[
https://issues.apache.org/jira/browse/TIKA-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris A. Mattmann updated TIKA-193:
-----------------------------------
Component/s: parser
- set component type to parser
> PDFParser adds mime-type twice
> ------------------------------
>
> Key: TIKA-193
> URL: https://issues.apache.org/jira/browse/TIKA-193
> Project: Tika
> Issue Type: Bug
> Components: parser
> 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.