Here is a patch which should take care of that (and one other issue with
auth)
http://marc.theaimsgroup.com/?l=xmlrpc-dev&m=110144688801391&w=2
-jr
Thomas GÃrtner wrote:
On Monday 06 December 2004 20:06, Daniel wrote:
>Hi,
>Here are instructions you might find useful in creating your own certs:
>http://www.yorku.ca/dkha/docs/jsse_cert/jsse_cert.htm
>Also, here's an example secure xmlrpc client:
>http://www.yorku.ca/dkha/docs/xmlrpc/SecureXmlRpcTest.java
>Sorry I don't have example for the server.
Thanks. These two links helped me enough.
Only one question: I get still an exception from the server, while it
processes the RPC-Calls correctly. Do you have any idea waht causes it?
--
Spent 44 millis in request/process/response
java.util.NoSuchElementException
java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(StringTokenizer.java:259)
at org.apache.xmlrpc.WebServer$Connection.run(WebServer.java:734)
at org.apache.xmlrpc.WebServer$Runner.run(WebServer.java:656)
at java.lang.Thread.run(Thread.java:534)
bye...