DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13363>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13363 Replace underlying HTTP client functionality with Jakarta Commons HttpClient ------- Additional Comments From [EMAIL PROTECTED] 2002-10-11 21:25 ------- Some clarifications: This enhancement should only be applied to the "heavy" XmlRpcClient, as the functionality it provides is not worth the additional JAR for applet programmers or other users of the code who desire a small footprint. Daniel suggests creating an XmlRpcClient interface and rename the current XmlRpcClient class with this patch applied, implementing this interface. Deciding which features of XmlRpcClient should be on the interface and what is "extra" is our next task. Some clues can be gleaned by examining XmlRpcClientLite, such as the omission of setBasicAuthentication(). Should this consideration be a new Bug?