[PATCH] Random port & async bug fix (was: Re: [PATCH] remove deprecated call in WebServer.java)

2004-06-17 Thread Paul Guyot
only one task and it will never execute the first task anyway. Paul %xmlrpc-asyncfix.diff Description: application/applefile xmlrpc-asyncfix.diff Description: Binary data %xmlrpc-anyport.diff Description: application/applefile xmlrpc-anyport.diff Description: Binary data -- Philosophie de baig

[PATCH] Random WebServer port and Bugzilla issues

2004-05-15 Thread Paul Guyot
o add this patch to the Bugzilla database, but although I can access bug reports for the XML-RPC product, e.g.: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28982 Clicking new doesn't allow me to pick this product. I'm a little bit confused here. Paul %xmlrpc.diff Description: a

Re: Java2 Collections

2002-12-27 Thread paul
package org.apache.xmlrpc; /* * The Apache Software License, Version 1.1 * * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followi

Java2 Collections

2002-12-26 Thread paul
, new collections are not synchronized, which is a bit more efficient. Would the group be interested in this code? I'm only interested in server-side (I have a PHP client), but I can also change the client classes. Thanks, Paul PS Great code set!

Re: Connections through a HTTP proxy

2002-03-12 Thread Paul
I sent an email to rpc-dev earlier today about this problem without noticing this discussion. What is that status of this patch? I don't see it represented in the CVS tree. - Original Message - From: "Daniel Rall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 13,

Proxy Authentication

2002-03-12 Thread Paul
py to provide a patch, if someone would kindly let me know how to make a patch. If I'm mistaken, and this functionality already exists, please let me know! Thanks, Paul Oehler

RE: Bas64 encoding performance

2002-03-10 Thread Paul Brown
his one should let the character go (p. 25): if (sixBit == 66) byteShift--; Cheers, Paul

RE: Bas64 encoding performance

2002-03-10 Thread Paul Brown
orrect yardstick for a cross-system base64 implementation), you'll see that this isn't quite the correct behavior. Among other things, whitespace and illegal characters are to be ignored. RFC 2045, S6.8: http://www.ietf.org/rfc/rfc2045.txt -- Paul