NullPointerException thrown when XML-RPC end point accessed with no parameters ------------------------------------------------------------------------------
Key: XMLRPC-70 URL: http://issues.apache.org/jira/browse/XMLRPC-70 Project: XML-RPC Type: Improvement Versions: 2.0 Reporter: Mark Chai Priority: Trivial NullPointerException thrown when XML-RPC end point accessed with no parameters It would be nice if a more meaningful fault is thrown when a client provides incomplete information (e.g. if they just hit the URL with no parameters). At the moment it throws a NullPointerException since the methodName on the decoded XmlRpcServerRequest is null. -- 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