Update captcha handling and introduce new captcha mechanism
This commit is contained in:
parent
706666af09
commit
38b96db83a
10 changed files with 189 additions and 6 deletions
|
@ -52,6 +52,7 @@
|
|||
{
|
||||
Logger::getLogger()->debug(sprintf('Processing RPC request for method %s', $rpcRequest->getMethod()));
|
||||
$response = $method->execute($clientRequest, $rpcRequest);
|
||||
Logger::getLogger()->debug(sprintf('%s method executed successfully', $rpcRequest->getMethod()));
|
||||
}
|
||||
catch(StandardException $e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue