[
https://issues.apache.org/jira/browse/TIKA-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528833#comment-17528833
]
Hudson commented on TIKA-3741:
------------------------------
UNSTABLE: Integrated in Jenkins build Tika ยป tika-branch1x-jdk8 #190 (See
[https://ci-builds.apache.org/job/Tika/job/tika-branch1x-jdk8/190/])
TIKA-3741 -- fix regression in handling embedded exceptions in ppt (tallison:
[https://github.com/apache/tika/commit/88bff551fd05a3d7193291dcd3a98af56f38471a])
* (edit)
tika-parsers/src/test/java/org/apache/tika/parser/microsoft/PowerPointParserTest.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/microsoft/HSLFExtractor.java
> Fix regression in exception handling for embedded resources in a ppt
> --------------------------------------------------------------------
>
> Key: TIKA-3741
> URL: https://issues.apache.org/jira/browse/TIKA-3741
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Trivial
>
> In the regression tests for both 1.x and 2.x, Tilman identified a new
> exception regression on: bug_trackers/TIKA/TIKA-2215-0.ppt
> We're letting a runtime exception from an embedded document percolate and
> stop the parse, which means that we're losing content.
> Embedded exceptions should be caught and recorded in the metadata (in
> /rmeta); obv, we should let SecurityExceptions percolate through to the top.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)