Tim Allison created TIKA-2078:
---------------------------------
Summary: 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
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)