mike-mcgann opened a new pull request, #985:
URL: https://github.com/apache/daffodil/pull/985

   The error handlers for SAX parsing were accumulating fatal errors into a 
list and allowing parsing to continue. In a certain case with a malformed XML 
document, the same error was being continiously reported causing an infinite 
loop. This change now records the error into the list and then re-raises the 
SAXParseException to stop execution.
   
   [DAFFODIL-2586](https://issues.apache.org/jira/browse/DAFFODIL-2586)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to