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
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