New issue 7 by lpenou: V2_0.pm : sub CreateUser, issue when $hash_name not
sha-1 or md5
http://code.google.com/p/vuser/issues/detail?id=7
Hi,
I suggest to change something in the code not to process hashFunctionName
if $hash_name is
not an accepted value
Line 507 :
if(defined $hash_name) {
if(lc($hash_name) eq "sha-1") {
$hash_name = "SHA-1";
} elsif (lc($hash_name) eq 'md5') {
$hash_name = "MD5";
}
}
Line 518 :
if(defined $hash_name) {
$body .= " hashFunctionName=\"$hash_name\"";
}
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings