The start/endCDATA methods in DOMResponseWriter should be implemented so that unescaped content (like javascript) can be written properly to the output.
Implemented CDATA node serialization in DOMUtils.printNode method. Implemented start/endCDATA methods in DOMResponseWriter to create CDATA sections into the DOM document.
Mircea Toma
added a comment - Implemented CDATA node serialization in DOMUtils.printNode method. Implemented start/endCDATA methods in DOMResponseWriter to create CDATA sections into the DOM document.
Attached fixing patch.