Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.