XML-RPC server not conforming to spec
-------------------------------------
Key: XMLRPC-80
URL: http://issues.apache.org/jira/browse/XMLRPC-80
Project: XML-RPC
Type: Bug
Components: Source
Reporter: M. van Cuijk
Priority: Critical
The XML-RPC spec specifies:
"If the procedure call has parameters, the <methodCall> must contain a <params>
sub-item. The <params> sub-item can contain any number of <param>s, each of
which has a <value>."
So when there are no parameters, no <params> sub-item is required. The current
implementation of the XML-RPC server throws an exception when a message with no
<params> sub-item is received.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira