You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (JIRA)" <ji...@apache.org> on 2016/08/12 16:47:20 UTC

[jira] [Resolved] (TIKA-1980) HTML head tags found after first script not parsed by HtmlParser (regression)

     [ https://issues.apache.org/jira/browse/TIKA-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Allison resolved TIKA-1980.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.14
                   2.0

Thank you, [~naegelejd]!

> 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
>            Assignee: Tim Allison
>             Fix For: 2.0, 1.14
>
>         Attachments: head.html, testAllHeadElements.patch
>
>
> 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)