Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.3
-
None
-
None
Description
HtmlHandler should use Metadata.add() for Open Graph properties instead of the HtmlHandler.addHtmlMetadata() method which uses Metadata.set(). The og:* properties can be multivalued. The Metadata.set() method overwrites previous entries because it doesn't use Metadata.appendedValues().
Attachments
Attachments
Issue Links
- is part of
-
TIKA-983 HTML parser should add Open Graph meta tag data to Metadata returned by parser
- Resolved