Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 55618
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: mkanat [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.710.09
Fixed in: (no value)



Subject: HTTP_TRANSFER_ENCODING can be undefined in SOAP/Transport/HTTP.pm
As of 0.71.10, every call to SOAP::Lite on the server side, when using an HTTP transport, produces this warning: Use of uninitialized value in pattern match (m//) at lib/SOAP/Transport/HTTP.pm line 530 This is because it's running a regex against $ENV{'HTTP_TRANSFER_ENCODING'} without checking whether or not that variable is defined.
On Tue Mar 16 01:26:50 2010, MKANAT wrote: Show quoted text
> As of 0.71.10
Actually, the change was introduced in 0.71.09.
Fixed in SVN. Thanks for reporting, Martin