[
https://issues.apache.org/jira/browse/TIKA-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15245983#comment-15245983
]
Hudson commented on TIKA-1937:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #955 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/955/])
TIKA-1937 LinkContentHandler wasn't extracting links from script tags
(tallison: rev 1c5e96cf617b231ce8d902fc86eca84edb9cafe7)
* tika-core/src/test/java/org/apache/tika/sax/LinkContentHandlerTest.java
* tika-core/src/main/java/org/apache/tika/sax/Link.java
* tika-core/src/main/java/org/apache/tika/sax/LinkContentHandler.java
* CHANGES.txt
* tika-core/src/main/java/org/apache/tika/sax/LinkBuilder.java
> LinkContentHandler skips script tags
> ------------------------------------
>
> Key: TIKA-1937
> URL: https://issues.apache.org/jira/browse/TIKA-1937
> Project: Tika
> Issue Type: Bug
> Components: core
> Affects Versions: 1.12
> Reporter: Joseph Naegele
> Fix For: 2.0, 1.13
>
> Attachments: TIKA-1937.patch
>
>
> Just like in TIKA-1835, <script> tags are not collected by
> LinkContentHandler. The difference between <script> and the other tags is
> that <script> tags that do not contain a "src" attribute are not links.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)