https://bugzilla.novell.com/show_bug.cgi?id=665535 https://bugzilla.novell.com/show_bug.cgi?id=665535#c17 --- Comment #17 from David Bahi <dbahi@novell.com> 2011-03-16 14:13:41 UTC --- Created an attachment (id=419689) --> (http://bugzilla.novell.com/attachment.cgi?id=419689) patch used in obs://systemsmanagement:baracus/perl-CGI you are suggesting this because of the 10/19/2001 xml block before the PARAM arg parsing block: if (!$is_xforms && ($meth eq 'POST' || $meth eq 'PUT') && defined($ENV{'CONTENT_TYPE'}) && $ENV{'CONTENT_TYPE'} !~ m|^application/x-www-form-urlencoded| && $ENV{'CONTENT_TYPE'} !~ m|^multipart/form-data| ) { that doesn't pay attention to octet-stream and why would that be required anyway? perhaps the location of this patch will better clarify that with the rework introduced with 3.44, for PUT, nothing will set the PUTDATA if it has $content_length > 0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.