Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.7.8
-
Fix Version/s: None
-
Component/s: Zend_Amf
-
Labels:None
Description
The Amf_Server throws an Exception with Message "Duplicate method registered:" in Zend_Amf_Server line 595
This happens, if a AMF request contains at least two bodies, where the first body calls ClassA::funcA and the second calls a nonexistent method of the same class eg. ClassA::nonexistentFunc .
The Exception is misleading and something like "Function xy is not defined" should be thrown.
Regards
Stefan
Can you please supply sample code for this issue. I can not reproduce it.