Openfire fails to parse CDATA when it ends with sequence ]]]>
Description
If a CDATA section ends with the sequence ]]]> (note the preceding square brace) the XMLLightweightParser was not correctly detecting the end of the CDATA section. This fixes how the XMLLightweightParser handles CDATA sections that end with ]]]>
If a CDATA section ends with the sequence ]]]> (note the preceding square
brace) the XMLLightweightParser was not correctly detecting the end of the
CDATA section. This fixes how the XMLLightweightParser handles CDATA
sections that end with ]]]>
https://github.com/igniterealtime/Openfire/pull/187