xmlhandlers: Don't restrict CDATA
authorMatthew Wild <mwild1@gmail.com>
Wed, 1 Jun 2011 23:23:41 +0000 (00:23 +0100)
committerMatthew Wild <mwild1@gmail.com>
Wed, 1 Jun 2011 23:23:41 +0000 (00:23 +0100)
core/xmlhandlers.lua

index 6a5cac85908f0ce7af41e01e0fbf82bd46eb0bb9..9e8fd7f6704a00bf4fc4c0ad84440fa1b259dfd2 100644 (file)
@@ -153,7 +153,6 @@ function init_xmlhandlers(session, stream_callbacks)
                        xml_handlers.StartDoctypeDecl = restricted_handler;
                end
                xml_handlers.Comment = restricted_handler;
-               xml_handlers.StartCdataSection = restricted_handler;
                xml_handlers.ProcessingInstruction = restricted_handler;
        
        return xml_handlers;