From commons-user-return-5242-apmail-jakarta-commons-user-archive=jakarta.apache.org@jakarta.apache.org Tue Oct 14 02:31:17 2003 Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 34476 invoked from network); 14 Oct 2003 02:31:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Oct 2003 02:31:17 -0000 Received: (qmail 37300 invoked by uid 500); 14 Oct 2003 02:30:50 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 36789 invoked by uid 500); 14 Oct 2003 02:30:46 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 36745 invoked from network); 14 Oct 2003 02:30:46 -0000 Received: from unknown (HELO mxout6.cac.washington.edu) (140.142.33.20) by daedalus.apache.org with SMTP; 14 Oct 2003 02:30:46 -0000 Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout6.cac.washington.edu (8.12.10+UW03.09/8.12.10+UW03.09) with ESMTP id h9E2Ut0Y017304; Mon, 13 Oct 2003 19:30:55 -0700 Received: from u.washington.edu (pool-151-199-24-114.bos.east.verizon.net [151.199.24.114]) (authenticated bits=0) by smtp.washington.edu (8.12.10+UW03.09/8.12.10+UW03.09) with ESMTP id h9E2UqSR005084 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NOT); Mon, 13 Oct 2003 19:30:54 -0700 Date: Mon, 13 Oct 2003 22:30:44 -0400 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: [ANNOUNCE] Release of Commons HttpClient 2.0 Release Candidate 2 From: Michael Becke To: announcements@jakarta.apache.org, commons-dev@jakarta.apache.org, commons-user@jakarta.apache.org, commons-httpclient-dev@jakarta.apache.org Content-Transfer-Encoding: 7bit Message-Id: <699DEFD8-FDEE-11D7-B21E-00306557E112@u.washington.edu> X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The Jakarta Commons HttpClient development team is pleased to announce the release of HttpClient 2.0 RC2. This release consists primarily of bug fixes and will hopefully be the last RC release. Please visit the HttpClient website and download this latest release. The following changes have been made since Release Candidate 1: * 23708 - Added try/catch blocks around calls to System.getProperty(). * 23431 - Added support for disabling transfer-encoding and content-type headers in multi-part posts. * 23663 - Changed HttpMethodBase to release its HttpConnection when a recoverable exception occurs. * Javadoc enhancements. * 23284 - Fixed bug with URI.isIPv4address(). * 22969 - PostMethod#setParameter fixed to correctly overwrite existing parameters. * 22970 - Fixed bug with PostMethod#removeParameter return value. * Improved compliance to RFC 2617 * 22926 - Added support for digest auth MD5-sess. * 22655 - Added support for stale digest nonce values. * 22968 - HttpConnection.isResponseAvailable() made a little more robust, particularly when used by HeadMethod. * 22941 - Switched the order in which socket streams are closed: output stream closed first, followed by input stream. * Added debugging for connection reclaiming. * Removed JCE initialization code specific to the Sun's implementation. * Fixed problem of Basic, Digest & NTLM authentication schemes under certain circumstances leaking passwords in clear text to the DEBUG log. * Fixed the problem with incorrect selection of the proxy authentication realm. * Changed URI.normalize() to ignore relative path normalization. Thank you, Commons HttpClient Development Team --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org