added HTTPCLIENT-726, reformatted for 79 cpl

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@619621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2008-02-07 20:11:26 +00:00
parent 7c53de5b93
commit be68c86ffb
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
Changes since 4.0 Alpha 2 Changes since 4.0 Alpha 2
------------------- -------------------
* [HTTPCLIENT-726] testcase for spurious wakeups in ThreadSafeClientConnManager
Contributed by Roland Weber <rolandw at apache.org>
* [HTTPCLIENT-643] Automatic connect fail-over for multi-home remote servers. * [HTTPCLIENT-643] Automatic connect fail-over for multi-home remote servers.
Contributed by Oleg Kalnichevski <olegk at apache.org> Contributed by Oleg Kalnichevski <olegk at apache.org>
@ -20,9 +23,9 @@ Changes since 4.0 Alpha 2
Contributed by Sam Berlin <sberlin at gmail.com> and Contributed by Sam Berlin <sberlin at gmail.com> and
Oleg Kalnichevski <olegk at apache.org> Oleg Kalnichevski <olegk at apache.org>
* [HTTPCLIENT-667] Added 'Meta' cookie specification that selects a cookie policy * [HTTPCLIENT-667] Added 'Meta' cookie specification that selects a cookie
depending on the format of the cookie(s). It is no longer necessary to know policy depending on the format of the cookie(s). It is no longer necessary
beforehand what kind of HTTP cookie support the target host provides. to know beforehand what kind of HTTP cookie support the target host provides.
HttpClient is now able to pick up either a lenient or a strict cookie policy HttpClient is now able to pick up either a lenient or a strict cookie policy
depending on the compliance level of the target server. depending on the compliance level of the target server.
Contributed by Oleg Kalnichevski <olegk at apache.org> Contributed by Oleg Kalnichevski <olegk at apache.org>