[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 https://svn.apache.

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=422130&view=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

[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 (aut

[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-9

[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 > --

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=421821&view=rev Log: ReflectiveXmlRpcHandler.execute fails to properly lookup method PR: XMLRPC-94 Submitted-by: Chris Conrad, [EMAIL PROTECTED] Modified: webservices/xmlrpc/trunk/pom.xml