[jira] Created: (XMLRPC-94) ReflectiveXmlRpcHandler.execute fails to properly lookup method

2006-07-14 Thread Chris Conrad (JIRA)
ReflectiveXmlRpcHandler.execute fails to properly lookup method --- Key: XMLRPC-94 URL: http://issues.apache.org/jira/browse/XMLRPC-94 Project: XML-RPC Type: Bug Components: Releases Versions:

[jira] Updated: (XMLRPC-94) ReflectiveXmlRpcHandler.execute fails to properly lookup method

2006-07-14 Thread Chris Conrad (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-94?page=all ] Chris Conrad updated XMLRPC-94: --- Attachment: ReflectiveXmlRpcHandler.diff ReflectiveXmlRpcHandler.execute fails to properly lookup method

svn commit: r421821 - in /webservices/xmlrpc/trunk: pom.xml server/src/main/java/org/apache/xmlrpc/server/ReflectiveXmlRpcHandler.java src/changes/changes.xml

2006-07-14 Thread jochen
Author: jochen Date: Fri Jul 14 00:22:02 2006 New Revision: 421821 URL: http://svn.apache.org/viewvc?rev=421821view=rev Log: ReflectiveXmlRpcHandler.execute fails to properly lookup method PR: XMLRPC-94 Submitted-by: Chris Conrad, [EMAIL PROTECTED] Modified: webservices/xmlrpc/trunk/pom.xml

[jira] Resolved: (XMLRPC-94) ReflectiveXmlRpcHandler.execute fails to properly lookup method

2006-07-14 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-94?page=all ] Jochen Wiedmann resolved XMLRPC-94: --- Resolution: Fixed Applied, thank you! ReflectiveXmlRpcHandler.execute fails to properly lookup method

[jira] Closed: (XMLRPC-94) ReflectiveXmlRpcHandler.execute fails to properly lookup method

2006-07-14 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-94?page=all ] Jochen Wiedmann closed XMLRPC-94: - ReflectiveXmlRpcHandler.execute fails to properly lookup method --- Key: XMLRPC-94

[PATCH]

2006-07-14 Thread Alexey Bezrodnov
Bug in current version (07/14/2006). class - org.apache.xmlrpc.server.ReflectiveXmlRpcHandler bug in the method : public Object execute(XmlRpcRequest pRequest) throws XmlRpcException { AuthenticationHandler authHandler = mapping.getAuthenticationHandler(); if

svn commit: r422130 - in /webservices/xmlrpc/trunk/src: changes/changes.xml site/apt/advanced.apt site/apt/ssl.apt site/site.xml

2006-07-14 Thread jochen
Author: jochen Date: Fri Jul 14 18:58:34 2006 New Revision: 422130 URL: http://svn.apache.org/viewvc?rev=422130view=rev Log: Added docs for accessing an SSL server. (XMLRPC-93) Added: webservices/xmlrpc/trunk/src/site/apt/ssl.apt Modified: webservices/xmlrpc/trunk/src/changes/changes.xml

[jira] Closed: (XMLRPC-93) About SSL

2006-07-14 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-93?page=all ] Jochen Wiedmann closed XMLRPC-93. - Resolution: Invalid You did not configure your client properly. I have added a document, which describes proper client configuration. See