Subject: | Invalid processing of messages with "&" inside |
Date: | Tue, 16 Aug 2011 08:48:26 +0300 |
To: | bug-Net-Amazon-AWSSign [...] rt.cpan.org |
From: | Yuriy Zhilovets <yz [...] pochta.ru> |
Version of the module: 0.09
Version of the Perl: 5.10
When signing messages with an ampersand sign "&" inside the module
throws an error
"Use of uninitialized value $a[1] in string at
/usr/local/share/perl/5.10.1/Net/Amazon/AWSSign.pm line 78"
This bug lies in the module AWSSign.pm:74, split with "&" is not
correct. Here is needed some URI escaping before splitting.