[
https://issues.apache.org/jira/browse/TIKA-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485458#comment-15485458
]
Hudson commented on TIKA-2078:
------------------------------
FAILURE: Integrated in Jenkins build tika-2.x-windows #44 (See
[https://builds.apache.org/job/tika-2.x-windows/44/])
TIKA-1255 and TIKA-2078 -- fix hyperlinks that include formatting and
(tallison: rev 4636f95b2a122a7d52f3b12956c5eeb1f34a8b0e)
* (edit)
tika-parser-modules/tika-parser-office-module/src/test/java/org/apache/tika/parser/microsoft/WordParserTest.java
* (edit)
tika-parser-modules/tika-parser-office-module/src/main/java/org/apache/tika/parser/microsoft/WordExtractor.java
* (add)
tika-test-resources/src/test/resources/test-documents/testWORD_boldHyperlink.doc
* (edit)
tika-parser-modules/tika-parser-office-module/src/main/java/org/apache/tika/parser/microsoft/ooxml/XWPFWordExtractorDecorator.java
* (edit)
tika-parser-modules/tika-parser-office-module/src/test/java/org/apache/tika/parser/microsoft/ooxml/OOXMLParserTest.java
* (add)
tika-test-resources/src/test/resources/test-documents/testWORD_boldHyperlink.docx
> Account for potentially multiple runs within a hyperlink in DOCX
> ----------------------------------------------------------------
>
> Key: TIKA-2078
> URL: https://issues.apache.org/jira/browse/TIKA-2078
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.13
> Reporter: Tim Allison
> Assignee: Tim Allison
> Priority: Minor
> Fix For: 2.0, 1.14
>
>
> While working on TIKA-1255, I noticed that if a hyperlink has multiple runs
> in .docx files, we are breaking those into multiple duplicated hyperlinks:
> {noformat}
> <a href="http://tika.apache.org/">hy</a><a
> href="http://tika.apache.org/">per</a><a href="http://tika.apache.org/">
> </a><b><a href="http://tika.apache.org/">link</a></b>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)