mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-16 15:07:27 +00:00
Minor edits ("." at end of sentences.)
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1714137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28040a3f2a
commit
423e1e3fef
@ -14,10 +14,10 @@ to the exisitng functionality such as support for private domains in the Mozilla
|
||||
Changelog:
|
||||
-------------------
|
||||
|
||||
* Reduced default validate after inactivity setting from 5 sec to 2 sec
|
||||
* Reduced default validate after inactivity setting from 5 sec to 2 sec.
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1649] Fixed serialization of auth schemes
|
||||
* [HTTPCLIENT-1649] Fixed serialization of auth schemes.
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1645]: Fluent requests to inherit config parameters of the executor.
|
||||
@ -32,10 +32,10 @@ Changelog:
|
||||
* [HTTPCLIENT-1613]: Support for private domains in Mozilla Public Suffix List.
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1651]: Add ability to disable content compression on a request basis
|
||||
* [HTTPCLIENT-1651]: Add ability to disable content compression on a request basis.
|
||||
Contributed by Michael Osipov <michaelo at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1654]: Deprecate/remove RequestConfig#decompressionEnabled in favor of #contentCompressionEnabled
|
||||
* [HTTPCLIENT-1654]: Deprecate/remove RequestConfig#decompressionEnabled in favor of #contentCompressionEnabled.
|
||||
Contributed by Michael Osipov <michaelo at apache.org>
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ Please note that as of 4.4 HttpClient requires Java 1.6 or newer.
|
||||
Changelog:
|
||||
-------------------
|
||||
|
||||
* Marked RFC 2109, RFC 2965, Netscape draft cookie specs as obsolete
|
||||
* Marked RFC 2109, RFC 2965, Netscape draft cookie specs as obsolete.
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1633] RFC6265CookieSpecProvider compatibility level setting has no effect.
|
||||
@ -82,7 +82,7 @@ unless compatibility with RFC 2109 and RFC 2965 is required and to migrate exist
|
||||
to the default cookie policy.
|
||||
|
||||
* Enhanced, redesigned and rewritten default SSL hostname verifier with improved RFC 2818
|
||||
compliance
|
||||
compliance.
|
||||
|
||||
* Default SSL hostname verifier and default cookie policy now validate certificate identity
|
||||
and cookie domain of origin against the public suffix list maintained by Mozilla.org
|
||||
@ -91,11 +91,11 @@ and cookie domain of origin against the public suffix list maintained by Mozilla
|
||||
* More efficient stale connection checking: indiscriminate connection checking which results
|
||||
in approximately 20 to 50 ms overhead per request has been deprecated in favor of conditional
|
||||
connection state validation (persistent connections are to be re-validated only if a specified
|
||||
period inactivity has elapsed)
|
||||
period inactivity has elapsed.)
|
||||
|
||||
* Authentication cache thread-safety: authentication cache used by HttpClient is now thread-safe
|
||||
and can be shared by multiple threads in order to re-use authentication state for subsequent
|
||||
requests
|
||||
requests.
|
||||
|
||||
* Native Windows Negotiate and NTLM via SSPI through JNA: when running on Windows OS HttpClient
|
||||
configured to use native NTLM or SPNEGO authentication schemes can make use of platform specific
|
||||
@ -118,7 +118,7 @@ Changelog:
|
||||
Contributed by Tyrone Cutajar <tj.cutajar at gmail.com> and
|
||||
Francois-Xavier Bonnet <fx at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1560] Native Windows auth improvements
|
||||
* [HTTPCLIENT-1560] Native Windows auth improvements.
|
||||
Contributed by Michael Osipov <michaelo at apache.org>
|
||||
|
||||
* Update Apache Commons Logging version from 1.1.3 to 1.2.
|
||||
|
Loading…
x
Reference in New Issue
Block a user