You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2022/11/15 22:16:00 UTC

[jira] [Created] (TIKA-3928) Need to apply metadata filters after we extract parse exceptions in PipesServer

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)