Tim Allison created TIKA-3928:
---------------------------------
Summary: Need to apply metadata filters after we extract parse
exceptions in PipesServer
Key: TIKA-3928
URL: https://issues.apache.org/jira/browse/TIKA-3928
Project: Tika
Issue Type: Task
Components: tika-pipes
Reporter: Tim Allison
Our current code runs the MetadataFilter during the parse in the
RecursiveParserWrapper. The problem is that we later rely on the container
exception in the metadata to return the proper status in the pipes parser (e.g.
PARSE_EXCEPTION). If we use a no-op filter in the RecursiveParserWrapper,
extract the container stacktrace and then apply the filter in the PipesServer,
we're good to go.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)