----- Original Message ----- From: "Rick Blair" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 10, 2002 1:03 AM Subject: Re: Bas64 encoding performance
> John, > > Looks good. I would like to have them, Any change getting it > patched in the apache surce tree. If so then +1. Rick, I sent an email with the patches as an attachment to the list a couple of minutes after the first message. I don't know that happened to the message. I'll try again with this one. Note the code is a first cut. The Base64 methods throw Error when they find a problem with the Base64 format (the previous code seems to ignore formatting errors). This obviously needs to be changed to a checked exception and the calling code needs to deal with the error. Also the static tables are set up in a bizarre way in order to reduce the size of the class file. This is an issue in the systems which run MinML-RPC but not in the ones which run the Apache XML-RPC system. John Wilson The Wilson Partnership http://www.wilson.co.uk