dlr 2002/11/01 14:55:24
Modified: src/java/org/apache/xmlrpc XmlRpcClient.java
Log:
Took out reference to cookie support -- user indicate they aren't
actually supported yet. Hopefully Jakarta Commons HTTP Client can
help us out here.
http://issues.apache.org/bugzilla/show_bug.cgi?id=13298
Revision Changes Path
1.13 +5 -4 xml-rpc/src/java/org/apache/xmlrpc/XmlRpcClient.java
Index: XmlRpcClient.java
===================================================================
RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/XmlRpcClient.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -u -r1.12 -r1.13
--- XmlRpcClient.java 9 Aug 2002 10:27:44 -0000 1.12
+++ XmlRpcClient.java 1 Nov 2002 22:55:24 -0000 1.13
@@ -70,9 +70,10 @@
import org.xml.sax.SAXException;
/**
- * A multithreaded, reusable XML-RPC client object. Use this if you need a
- * full-grown HTTP client(e.g. for Proxy and Cookies support). If you don't need
- * that, <code>XmlRpcClientLite</code> may work better for you.
+ * A multithreaded, reusable XML-RPC client object. Use this if you
+ * need a full-grown HTTP client (e.g. for Proxy and Basic Auth
+ * support). If you don't need that, <code>XmlRpcClientLite</code> may
+ * work better for you.
*
* @author <a href="mailto:hannes@;apache.org">Hannes Wallnoefer</a>
* @version $Id$