6d1fb3e4cd
Processing errors might contain inside their details message a CDATA section. This is output itself as a CDATA section, but XMLStreamWriter#writeCData doesn't escape it automatically - it just outputs the string as is. This results in invalid XML. Fixes #5059