Tim Allison created TIKA-4361: --------------------------------- Summary: Rare RTF bug handling styles within an href in a malformed file Key: TIKA-4361 URL: https://issues.apache.org/jira/browse/TIKA-4361 Project: Tika Issue Type: Improvement Reporter: Tim Allison
If there's a <b> within a hyperlink, and there's an extra closing }, then the RTF parser closes the <b> without opening it, leading to a SAXException. In other parts of the code, we check to make sure that we're not in a hyperlink before we modify the styles. we should do that in this piece of code as well. -- This message was sent by Atlassian Jira (v8.20.10#820010)