Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 807be76fd1e00630cfdc8c05afedbdd4 > files > 1

perl-SOAP-Lite-1.110.0-4.1.mga5.src.rpm

Source: https://github.com/redhotpenguin/soaplite/commit/49b44a0640fdb5d5d4b9859699d431a892d804a3

--- libsoap-lite-perl-0.714.orig/lib/SOAP/Lite.pm
+++ libsoap-lite-perl-0.714/lib/SOAP/Lite.pm
@@ -1677,7 +1677,7 @@ sub xmlparser {
             ? undef
             : do {
                 require XML::Parser;
-                XML::Parser->new() }
+                XML::Parser->new( NoExpand => 1, Handlers => { Default => sub {} } ) }
             }
             || eval { require XML::Parser::Lite; XML::Parser::Lite->new }
             || die "XML::Parser is not @{[$SOAP::Constants::DO_NOT_USE_XML_PARSER ? 'used' : 'available']} and ", $@;