in reply to Re: Security problem in SOAP::Lite
in thread Security problem in SOAP::Lite
which are executed after the following check:# from perldoc Frontier::Daemon SYNOPSIS use Frontier::Daemon; Frontier::Daemon->new(methods => { 'rpcName' => \&sub_name, ... });
# from Frontier::RPC2 my $method = $call->{'method_name'}; if (!defined $methods->{$method}) { return $self->encode_fault(3, "no such method \`$method'\n"); }
larryk perl -le "s,,reverse killer,e,y,rifle,lycra,,print"
|
|---|