git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23896 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -510,6 +510,7 @@ class Zend_Amf_Server implements Zend_Server_Interface
{
try {
if ($handleAuth) {
+ $message = '';
if ($this->_handleAuth(
$headers[Zend_Amf_Constants::CREDENTIALS_HEADER]->userid,
$headers[Zend_Amf_Constants::CREDENTIALS_HEADER]->password)) {