cvs commit: xml-rpc/src/java/org/apache/xmlrpc XmlWriter.java

2002-08-08 Thread dlr
dlr 2002/08/08 14:31:50 Modified:src/java/org/apache/xmlrpc XmlWriter.java Log: writeObject(): Adam Megacz <[EMAIL PROTECTED]> notes that the keys in a Hashtable argument should be XML-escaped. "The Apache XML-RPC libraries fail to transform '<' into '<' and '&' int

Re: Release >1.1

2002-08-08 Thread Jason van Zyl
On Thu, 2002-08-08 at 20:13, Daniel Rall wrote: > "Turadg Aleahmad" <[EMAIL PROTECTED]> writes: > > > Hello. > > > > There was a bug in SimpleXmlRpcClient that caused an AccessControlException. > > It was using the Base64 decoder in sun.misc. On March 7 "jon" checked > > revision 1.2 into the C