Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
FileResourceConsumer logs an xmlified snippet to record problems encountered during parsing. If a parser includes illegal xml characters in the ParseException, this exception is caught by the xmlification code and then logged as an error.
The xmlification code should be robust against illegal characters and we should downgrade logging severity from error to warnings when there wasn't an actual error thrown by a parser.