[jira] Closed: (XMLRPC-81) Failed to parse servers response:Unexpected non-whitespace character data

2006-05-24 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-81?page=all ] Jochen Wiedmann closed XMLRPC-81: - Resolution: Invalid The servers response is invalid: urlhttp://jnn.blogbus.com/index.rdf This should obviously be url

[jira] Closed: (XMLRPC-80) XML-RPC server not conforming to spec

2006-05-24 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-80?page=all ] Jochen Wiedmann closed XMLRPC-80: - Resolution: Won't Fix No reply, closing. > XML-RPC server not conforming to spec > - > > Key: XMLRPC-80 >

[jira] Closed: (XMLRPC-66) Throwing exception to create RPC fault results in exception name transmitted over the wire

2006-05-24 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-66?page=all ] Jochen Wiedmann closed XMLRPC-66: - Resolution: Fixed No reply, closing. > Throwing exception to create RPC fault results in exception name transmitted > over the wire > -

[jira] Closed: (XMLRPC-83) Problems with Date

2006-05-24 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-83?page=all ] Jochen Wiedmann closed XMLRPC-83: - Resolution: Cannot Reproduce See my comments on the attached sample project. > Problems with Date > -- > > Key: XMLRPC-83 >

[jira] Updated: (XMLRPC-83) Problems with Date

2006-05-24 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-83?page=all ] Jochen Wiedmann updated XMLRPC-83: -- Attachment: XMLRPC-83.tar.bz2 Attached you find a very small sample project with your server and client classes plus the latest version of xml-rpc and ws-co

svn commit: r409238 - in /webservices/xmlrpc/trunk: client/src/main/java/org/apache/xmlrpc/client/ common/src/main/java/org/apache/xmlrpc/common/ server/src/main/java/org/apache/xmlrpc/server/ server/

2006-05-24 Thread jochen
Author: jochen Date: Wed May 24 13:07:25 2006 New Revision: 409238 URL: http://svn.apache.org/viewvc?rev=409238&view=rev Log: Cleanup of the server side code. Added: webservices/xmlrpc/trunk/server/src/main/java/org/apache/xmlrpc/server/ServerHttpConnection.java Modified: webservices/xm

[jira] Closed: (XMLRPC-84) enableForExtension Servlet parameter ignored

2006-05-24 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-84?page=all ] Jochen Wiedmann closed XMLRPC-84: - Resolution: Fixed I don't know what makes you believe, that the XmlRpcServlet was supposed to accept such an init parameter. Nevertheless, I like the ide

svn commit: r409233 - /webservices/xmlrpc/trunk/src/site/apt/server.apt

2006-05-24 Thread jochen
Author: jochen Date: Wed May 24 12:00:06 2006 New Revision: 409233 URL: http://svn.apache.org/viewvc?rev=409233&view=rev Log: (empty) Modified: webservices/xmlrpc/trunk/src/site/apt/server.apt Modified: webservices/xmlrpc/trunk/src/site/apt/server.apt URL: http://svn.apache.org/viewvc/webse

svn commit: r409232 - in /webservices/xmlrpc/trunk: pom.xml server/src/main/java/org/apache/xmlrpc/webserver/XmlRpcServlet.java src/changes/changes.xml

2006-05-24 Thread jochen
Author: jochen Date: Wed May 24 11:56:56 2006 New Revision: 409232 URL: http://svn.apache.org/viewvc?rev=409232&view=rev Log: Added the possibility to configure the XmlRpcServlet via init parameters. PR: XMLRPC-84 Submitted-By: Denis Carniel, [EMAIL PROTECTED] Modified: webservices/xmlrpc/tru

Re: (XMLRPC-85) CLONE -Patch to allow protocol://user:[EMAIL PROTECTED]

2006-05-24 Thread Jochen Wiedmann
Hi, I have discussed this issue on xmlrpc-user. My opinion is, that I don't like it, for the following reasons: - It uses a deprecated method (which deserves deprecation very well, not only, because it ignores the transports, but also because it ignores the encoding being used when creating th

[jira] Commented: (XMLRPC-85) CLONE -Patch to allow protocol://user:[EMAIL PROTECTED] urls to be supplied to XmlRpcClient

2006-05-24 Thread Danny Angus (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-85?page=comments#action_12413091 ] Danny Angus commented on XMLRPC-85: --- After discussion with users and a look at mail archives it would appear that this patch, had it been applied, would have resolved a numbe

[jira] Created: (XMLRPC-85) CLONE -Patch to allow protocol://user:[EMAIL PROTECTED] urls to be supplied to XmlRpcClient

2006-05-24 Thread Danny Angus (JIRA)
CLONE -Patch to allow protocol://user:[EMAIL PROTECTED] urls to be supplied to XmlRpcClient -- Key: XMLRPC-85 URL: http://issues.apache.org/jira/browse/XMLRPC-85 Project: XML-RPC