Closed karenhanson closed 8 months ago
Patch coverage has no change and project coverage change: +16.85%
:tada:
Comparison is base (
8a4d1ce
) 30.15% compared to head (a3f3c23
) 47.00%. Report is 3 commits behind head on integration.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This appears to address #880, which has a sample file attached that can be used for testing.
Update Oct 30, 23: from discussion on #880, this fixes the error message on that ticket, but does not address the underlying issue, which appears to be to do with how the bits are read in. The file on that ticket can be used to test though.
This removes two additional forbidden characters when cleaning XML to be output by the XMLHandler in Utils.encodeContent() and Utils.encodeValue(). If you leave these characters in the XML, it generates an invalid character message during validation of JHOVE output.
Relates to https://github.com/openpreserve/jhove/issues/877