[ANNOUNCE] Release of Commons HttpClient 2.0 Final
Michael Becke <[email protected]>
| Newsgroups | gmane.comp.jakarta.commons.user,gmane.text.xml.commons.devel |
|---|---|
| Message-ID | <[email protected]> |
The Jakarta Commons HttpClient development team is pleased to announce
the release of HttpClient 2.0 final. This release represents a great
deal of work by quite a number of people. We would like to thank all of
those who contributed to this release.
This version contains only a few minor bug fixes. Please visit the
HttpClient website <http://jakarta.apache.org/commons/httpclient/> and
download this latest release.
The following changes have been made since Release Candidate 3:
* 26500 - Socket timeout is now correctly set on open connections
* 26328 - Fixed getScheme() and getPort() returning wrong defaults for
HttpsURL
* 26139 - Fixed possible connection leak caused by lack of equals()
and hashCode() on protocol
socket factories
* 26688 - Fixed the problem with HttpURL creating wrong authority
String when user info is changed
Thank you,
Commons HttpClient Development Team