Joseph Naegele created TIKA-1980:
------------------------------------
Summary: HTML head tags found after first script not parsed by
HtmlParser (regression)
Key: TIKA-1980
URL: https://issues.apache.org/jira/browse/TIKA-1980
Project: Tika
Issue Type: Bug
Components: parser
Reporter: Joseph Naegele
TIKA-1938 introduced a regression where HTML elements found within {{<head>}}
after the first {{<script>}} element are "dropped".
I've attached a patch that adds a JUnit test to
{{tika-parsers/src/test/java/org/apache/tika/parser/html/HtmlParserTest.java}},
and the corresponding test resource, which belongs at
{{tika-parsers/src/test/resources/test-documents/head.html}}. The new test
document is needed because it contains {{<script>}} elements before the
{{<title>}} element and before some of the {{<meta>}} tags.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)