2015-01-19 11:25:47 -05:00
|
|
|
Release 4.4 Final
|
2014-10-12 20:09:24 -04:00
|
|
|
-------------------
|
|
|
|
|
2015-01-19 11:25:47 -05:00
|
|
|
This is the first stable (GA) release of HttpClient 4.4. Notable features and enhancements included
|
|
|
|
in 4.4 series are:
|
|
|
|
|
|
|
|
* Support for the latest HTTP state management specification (RFC 6265). Please note that the old
|
|
|
|
cookie policy is still used by default for compatibility reasons. RFC 6265 compliant cookie
|
|
|
|
policies need to be explicitly configured by the user. Please also note that as of next feature
|
|
|
|
release support for Netscape draft, RFC 2109 and RFC 2965 cookie policies will be deprecated
|
|
|
|
and disabled by default. It is recommended to use RFC 6265 compliant policies for new applications
|
|
|
|
unless compatibility with RFC 2109 and RFC 2965 is required and to migrate existing applications
|
|
|
|
to the default cookie policy.
|
|
|
|
|
2015-01-19 13:56:32 -05:00
|
|
|
* Enhanced, redesigned and rewritten default SSL hostname verifier with improved RFC 2818
|
2015-01-19 11:25:47 -05:00
|
|
|
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
|
|
|
|
<https://publicsuffix.org/list>
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
2015-01-19 13:56:32 -05:00
|
|
|
* Authentication cache thread-safety: authentication cache used by HttpClient is now thread-safe
|
2015-01-19 11:25:47 -05:00
|
|
|
and can be shared by multiple threads in order to re-use authentication state for subsequent
|
|
|
|
requests
|
|
|
|
|
|
|
|
* Native windows Negotiate/NTLM via JNA: when running on Windows OS HttpClient configured to use
|
|
|
|
native NTLM or SPNEGO authentication schemes can make use of platform specific functionality
|
|
|
|
via JNA and current user system credentials. This functionality is still considered experimental
|
|
|
|
and is known to have compatibility issues. Use at your discretion.
|
|
|
|
|
|
|
|
This release also includes all fixes from the stable 4.3.x release branch.
|
|
|
|
|
|
|
|
Please note that as of 4.4 HttpClient requires Java 1.6 or newer.
|
|
|
|
|
|
|
|
|
|
|
|
Changelog:
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Support for the latest HTTP state management specification (RFC 6265).
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1515] Caching of responses to HEAD requests
|
|
|
|
Contributed by Tyrone Cutajar <tj.cutajar at gmail.com> and
|
|
|
|
Francois-Xavier Bonnet <fx at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1560] Native Windows auth improvements
|
|
|
|
Contributed by Michael Osipov <michaelo at apache.org>
|
|
|
|
|
2014-10-12 20:09:24 -04:00
|
|
|
* Update Apache Commons Logging version from 1.1.3 to 1.2.
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
2014-10-12 20:18:30 -04:00
|
|
|
* Update Apache Commons Codec version from 1.6 to 1.9.
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
2014-10-12 20:25:17 -04:00
|
|
|
* Update Ehcache version from 2.2.0 to 2.6.9.
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
2014-10-12 20:44:19 -04:00
|
|
|
* Update Ehcache version from 2.2.0 to 2.6.9.
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
|
|
|
* Update Spymemcached version from 2.6 to 2.11.4.
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
2014-10-12 20:48:42 -04:00
|
|
|
* Update SLF4J version from 1.5.11 to 1.7.7.
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
2014-10-12 20:09:24 -04:00
|
|
|
|
2015-01-19 11:25:47 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
2014-09-22 07:38:16 -04:00
|
|
|
Release 4.4 BETA1
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
This is the first BETA release of HttpClient 4.4. Notable features and enhancements included
|
|
|
|
in 4.4 series are:
|
|
|
|
|
|
|
|
* Enhanced redesigned and rewritten default SSL hostname verifier with improved RFC 2818
|
|
|
|
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
|
|
|
|
<https://publicsuffix.org/list>
|
|
|
|
|
|
|
|
* Native windows Negotiate/NTLM via JNA: when running on Windows OS HttpClient configured to use
|
|
|
|
native NTLM or SPNEGO authentication schemes can make use of platform specific functionality
|
|
|
|
via JNA and current user system credentials
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
* Authentication cache thread-safety: authentication caches used by HttpClient is now thread-safe
|
|
|
|
and can be shared by multiple threads in order to re-use authentication state for subsequent
|
|
|
|
requests
|
|
|
|
|
|
|
|
This release also includes all fixes from the stable 4.3.x release branch.
|
|
|
|
|
|
|
|
Please note that as of 4.4 HttpClient requires Java 1.6 or newer.
|
|
|
|
|
|
|
|
|
|
|
|
Changelog:
|
2014-08-15 08:51:32 -04:00
|
|
|
-------------------
|
|
|
|
|
2014-08-21 07:58:50 -04:00
|
|
|
* [HTTPCLIENT-1547] HttpClient OSGi bundle doesn't import the package "javax.naming".
|
|
|
|
Contributed by Willem Jiang <ningjiang at apache.org>
|
|
|
|
|
2014-08-21 07:58:13 -04:00
|
|
|
* [HTTPCLIENT-1541] Use correct (HTTP/hostname) service principle name for Windows native
|
|
|
|
Negotiate/NTLM auth schemes.
|
|
|
|
Contributed by Ka-Lok Fung <ka-lok.fung at sap.com>
|
|
|
|
|
2014-08-19 10:09:30 -04:00
|
|
|
* Improved compliance with RFC 2818: default hostname verifier to ignore the common name of the
|
|
|
|
certificate subject if alternative subject names (dNSName or iPAddress) are present.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2014-08-15 08:51:32 -04:00
|
|
|
* [HTTPCLIENT-1540] Support delegated credentials (ISC_REQ_DELEGATE) by Native windows
|
2014-08-21 07:58:13 -04:00
|
|
|
native Negotiate/NTLM auth schemes.
|
2014-08-15 08:51:32 -04:00
|
|
|
Contributed by Ka-Lok Fung <ka-lok.fung at sap.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-06-23 08:14:19 -04:00
|
|
|
Release 4.4 ALPHA1
|
2014-01-30 08:27:12 -05:00
|
|
|
-------------------
|
|
|
|
|
2014-06-23 08:14:19 -04:00
|
|
|
This is the first ALPHA release of HttpClient 4.4. Notable features and enhancements included
|
|
|
|
in the 4.4 branch are:
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
* Native windows Negotiate/NTLM via JNA: when running on Windows OS HttpClient configured to use
|
|
|
|
native NTLM or SPNEGO authentication schemes can make use of platform specific functionality
|
|
|
|
via JNA and current user system credentials
|
|
|
|
|
|
|
|
* Authentication cache thread-safety: authentication caches used by HttpClient is now thread-safe
|
|
|
|
and can be shared by multiple threads in order to re-use authentication state for subsequent
|
|
|
|
requests
|
|
|
|
|
|
|
|
This release also includes all fixes from the stable 4.3.x release branch.
|
|
|
|
|
|
|
|
Please note that as of 4.4 HttpClient requires Java 1.6 or newer.
|
|
|
|
|
|
|
|
Please note that new features included in this release are still considered experimental and
|
|
|
|
their API may change in the future 4.4 alpha and beta releases.
|
|
|
|
|
|
|
|
|
2014-01-30 08:27:12 -05:00
|
|
|
Changelog:
|
|
|
|
-------------------
|
|
|
|
|
2014-06-23 08:13:35 -04:00
|
|
|
* [HTTPCLIENT-1493] Indiscriminate connection checking has been deprecated in favor of conditional
|
|
|
|
connection state validation. Persistent connections are to be re-validated only after a defined
|
|
|
|
period inactivity prior to being leased to the consumer.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2014-06-19 03:52:41 -04:00
|
|
|
* [HTTPCLIENT-1519] Use the original HttpHost instance passed as a parameter to
|
|
|
|
HttpClient#execute when generating 'Host' request header.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2014-03-31 10:04:34 -04:00
|
|
|
* [HTTPCLIENT-1491] Enable provision of Service Principal Name in Windows native
|
|
|
|
auth scheme.
|
|
|
|
Contributed by Malcolm Smith <malcolmfsmith at gmail.com>
|
|
|
|
|
2014-02-25 04:49:47 -05:00
|
|
|
* [HTTPCLIENT-1403] Pluggable content decoders.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2014-02-21 05:58:02 -05:00
|
|
|
* [HTTPCLIENT-1466] FileBodyPart#generateContentType() ignores custom ContentType values.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2014-02-18 08:57:50 -05:00
|
|
|
* [HTTPCLIENT-1461] fixed performance degradation in gzip encoded content processing
|
|
|
|
introduced by HTTPCLIENT-1432.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2014-02-07 15:19:44 -05:00
|
|
|
* [HTTPCLIENT-1457] Incorrect handling of Windows (NT) credentials by
|
|
|
|
SystemDefaultCredentialsProvider.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2014-02-07 10:16:28 -05:00
|
|
|
* [HTTPCLIENT-1456] Request retrial after status 503 causes ClientProtocolException.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2014-01-30 08:27:12 -05:00
|
|
|
* [HTTPCLIENT-1454] Make connection operator APIs public.
|
|
|
|
Contributed by Tamas Cservenak <tamas at cservenak.net>
|
|
|
|
|
2014-03-05 09:47:13 -05:00
|
|
|
* Update JUnit to version 4.11 from 4.9
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
2014-01-30 08:27:12 -05:00
|
|
|
|
2014-06-23 08:14:19 -04:00
|
|
|
|
|
|
|
Release 4.3.4
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
HttpClient 4.3.4 (GA) is a maintenance release that improves performance in high concurrency
|
|
|
|
scenarios. This version replaces dynamic proxies with custom proxy classes and eliminates thread
|
|
|
|
contention in java.reflect.Proxy.newInstance() when leasing connections from the connection pool
|
|
|
|
and processing response messages.
|
|
|
|
|
|
|
|
|
|
|
|
Changelog:
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Replaced dynamic proxies with custom proxy classes to reduce thread contention.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1484] GzipCompressingEntity should not close the underlying output stream
|
|
|
|
if the entity has not been fully written out due to an exception.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1474] Fixed broken entity enclosing requests in HC Fluent.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1470] CachingExec(ClientExecChain, HttpCache, CacheConfig, AsynchronousValidator)
|
|
|
|
throws NPE if config is null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-02-26 12:09:29 -05:00
|
|
|
Release 4.3.3
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
HttpClient 4.3.3 (GA) is a bug fix release that fixes a regression introduced by the previous
|
|
|
|
release causing a significant performance degradation in compressed content processing.
|
|
|
|
|
|
|
|
Users of HttpClient 4.3 are encouraged to upgrade.
|
|
|
|
|
|
|
|
Changelog:
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1466] FileBodyPart#generateContentType() ignores custom ContentType values.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1453] Thread safety regression in PoolingHttpClientConnectionManager
|
|
|
|
#closeExpiredConnections that can lead to ConcurrentModificationException.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1461] fixed performance degradation in compressed content processing
|
|
|
|
introduced by HTTPCLIENT-1432.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1457] Incorrect handling of Windows (NT) credentials by
|
|
|
|
SystemDefaultCredentialsProvider.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1456] Request retrial after status 503 causes ClientProtocolException.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
|
2013-12-29 06:56:30 -05:00
|
|
|
Release 4.3.2
|
|
|
|
-------------------
|
|
|
|
|
2014-01-16 08:16:07 -05:00
|
|
|
HttpClient 4.3.2 (GA) is a maintenance release that delivers a number of improvements
|
2013-12-29 06:56:30 -05:00
|
|
|
as well as bug fixes for issues reported since 4.3.1 release. SNI support for
|
|
|
|
Oracle JRE 1.7+ is being among the most notable improvements.
|
|
|
|
|
|
|
|
Users of HttpClient 4.3 are encouraged to upgrade.
|
|
|
|
|
|
|
|
Changelog:
|
2013-10-07 06:08:05 -04:00
|
|
|
-------------------
|
2013-11-21 09:50:55 -05:00
|
|
|
|
2014-01-15 09:48:42 -05:00
|
|
|
* [HTTPCLIENT-1447] Clients created with HttpClients.createMinimal do not work with absolute URIs
|
|
|
|
Contributed by Joseph Walton <joe at kafsemo dot org>
|
|
|
|
|
2014-01-10 04:29:13 -05:00
|
|
|
* [HTTPCLIENT-1446] NTLM proxy + BASIC target auth fails with 'Unexpected state:
|
|
|
|
MSG_TYPE3_GENERATED'.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-12-29 07:48:13 -05:00
|
|
|
* [HTTPCLIENT-1443] HttpCache uses the physical host instead of the virtual host as a cache key.
|
|
|
|
Contributed by Francois-Xavier Bonnet <fx at apache.org>
|
|
|
|
|
2013-12-06 09:58:15 -05:00
|
|
|
* [HTTPCLIENT-1442] Authentication header set by the user gets removed in case
|
|
|
|
of proxy authentication (affects plan HTTP requests only).
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-12-01 15:33:37 -05:00
|
|
|
* [HTTPCLIENT-1441] Caching AsynchronousValidationRequest leaks connections.
|
|
|
|
Contributed by Dominic Tootell <dominic.tootell at gmail.com>
|
|
|
|
|
2013-11-28 03:57:04 -05:00
|
|
|
* [HTTPCLIENT-1440] 'file' scheme in redirect location URI causes NPE.
|
|
|
|
Contributed by James Leigh <james at 3roundstones dot com>
|
|
|
|
|
2013-11-25 13:05:24 -05:00
|
|
|
* [HTTPCLIENT-1437] Made Executor#execute thread safe.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-11-23 06:09:04 -05:00
|
|
|
* [HTTPCLIENT-1119] SNI support (Oracle Java 1.7+ only).
|
|
|
|
Contributed by Bruno Harbulot <bruno at distributedmatter.net>
|
|
|
|
|
2013-11-21 09:50:55 -05:00
|
|
|
* [HTTPCLIENT-1435] Fluent Executor ignores custom request properties.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2013-10-07 06:08:05 -04:00
|
|
|
|
2013-11-06 05:37:54 -05:00
|
|
|
* [HTTPCLIENT-1432] Lazy decompressing of HttpEntity#getContent() to avoid EOFException
|
|
|
|
in case of an empty response with 'Content-Encoding: gzip' header.
|
|
|
|
Contributed by Yihua Huang <code4crafter at gmail.com>
|
|
|
|
|
2013-11-06 04:24:33 -05:00
|
|
|
* [HTTPCLIENT-1431] (Regression) deprecated connection manager cannot be used with
|
|
|
|
a custom LayeredSchemeSocketFactory.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-10-22 06:10:16 -04:00
|
|
|
* [HTTPCLIENT-1425] Fixed socket closed exception thrown by caching HttpClient when the origin
|
|
|
|
server sends a long chunked response.
|
|
|
|
Contributed by James Leigh <james at 3roundstones dot com>
|
|
|
|
|
2013-10-08 06:36:30 -04:00
|
|
|
* [HTTPCLIENT-1417] Fixed NPE in BrowserCompatSpec#formatCookies caused by version 1
|
|
|
|
cookies with null cookie value.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-10-07 06:08:05 -04:00
|
|
|
* [HTTPCLIENT-1416] Fixed NPE in CachingHttpClientBuilder#build().
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-10-03 14:35:56 -04:00
|
|
|
Release 4.3.1
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
HttpClient 4.3.1 (GA) is a bug fix release that addresses a number of issues reported since
|
|
|
|
release 4.3.
|
|
|
|
|
|
|
|
Users of HttpClient 4.3 are strongly encouraged to upgrade.
|
|
|
|
|
|
|
|
Changelog
|
2013-09-16 09:29:25 -04:00
|
|
|
-------------------
|
|
|
|
|
2013-10-03 04:25:58 -04:00
|
|
|
* [HTTPCLIENT-1410] Browser compatible hostname verifier no longer rejects
|
|
|
|
*.co.<countrycode>, *.gov.<countrycode>, *.info.<countrycode>, etc as invalid.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-10-02 16:14:31 -04:00
|
|
|
* Ensure X509HostnameVerifier is never null.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-10-02 03:28:04 -04:00
|
|
|
* [HTTPCLIENT-1405] CONNECT HTTP/1.1 requests lack mandatory 'Host' header.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-09-23 08:27:30 -04:00
|
|
|
* [HTTPCLIENT-1402] Cache default User-Agent value.
|
|
|
|
Contributed by yuexiaojun <junedo at qq.com>
|
|
|
|
|
2013-09-16 10:17:17 -04:00
|
|
|
* [HTTPCLIENT-1398] Fixed invalid OSGi metadata caused by corrupted Maven bundle plugin metadata.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-09-16 09:29:25 -04:00
|
|
|
* [HTTPCLIENT-1399] Fixed NPE in RequestBuilder.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-08-29 15:43:42 -04:00
|
|
|
Release 4.3 Final
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
This is the first stable (GA) release of HttpClient 4.3. The most notable enhancements included
|
|
|
|
in this release are:
|
|
|
|
|
|
|
|
* Support for Java 7 try-with-resources for resource management (connection release.)
|
|
|
|
|
|
|
|
* Added fluent Builder classes for HttpEntity, HttpRequest, HttpClient and SSLContext instances.
|
|
|
|
|
|
|
|
* Deprecation of preference and configuration API based on HttpParams interface in favor of
|
|
|
|
constructor injection and plain configuration objects.
|
|
|
|
|
|
|
|
* Reliance on object immutability instead of access synchronization for thread safety.
|
|
|
|
Several old classes whose instances can be shared by multiple request exchanges have
|
|
|
|
been replaced by immutable equivalents.
|
|
|
|
|
|
|
|
* DefaultHttpClient, DecompressingHttpClient, CachingHttpClient and similar classes are
|
|
|
|
deprecated in favor of builder classes that produce immutable HttpClient instances.
|
|
|
|
|
|
|
|
* HttpClient builders now dynamically construct a request execution pipeline tailored
|
|
|
|
specifically to the user configuration by physically excluding unnecessary protocol components.
|
|
|
|
|
|
|
|
* There is now an option to construct a minimal HttpClient implementation that can only execute
|
|
|
|
basic HTTP message exchanges without redirects, authentication, state management or proxy support.
|
|
|
|
This feature might be of particular use in web crawler development.
|
|
|
|
|
|
|
|
* There is now option to avoid strict URI syntax for request URIs by executing HTTP requests
|
|
|
|
with an explicitly specified target host. HttpClient will no longer attempt to parse the request
|
|
|
|
URI if it does not need to extract the target host from it.
|
|
|
|
|
|
|
|
This release also includes all fixes from the stable 4.2.x release branch.
|
2013-06-20 17:09:23 -04:00
|
|
|
|
2013-08-29 15:43:42 -04:00
|
|
|
|
|
|
|
Changelog
|
2013-06-19 15:39:44 -04:00
|
|
|
-------------------
|
2013-08-30 12:01:37 -04:00
|
|
|
* [HTTPCLIENT-1371] Weak ETag Validation is Useful On PUT With If-Match
|
|
|
|
Contributed by James Leigh <james at 3roundstones dot com>
|
2013-08-09 22:06:48 -04:00
|
|
|
|
2013-09-03 05:28:34 -04:00
|
|
|
* [HTTPCLIENT-1394] Support for Native windows Negotiate/NTLM via JNA
|
|
|
|
Contributed by Ryan McKinley <ryan at apache.org>
|
|
|
|
|
2013-08-20 09:10:55 -04:00
|
|
|
* [HTTPCLIENT-1384] Expose CacheInvalidator interface.
|
|
|
|
Contributed by Nicolas Richeton <nicolas.richeton at free.fr>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1385] Fixed path normalization in CacheKeyGenerator
|
|
|
|
Contributed by James Leigh <james at 3roundstones dot com>
|
2013-08-13 15:38:48 -04:00
|
|
|
|
2013-08-09 22:06:48 -04:00
|
|
|
* [HTTPCLIENT-1370] Response to non-GET requests should never be cached with the default
|
|
|
|
ResponseCachingPolicy
|
|
|
|
Contributed by James Leigh <james at 3roundstones dot com>
|
|
|
|
|
2013-08-09 14:50:43 -04:00
|
|
|
* [HTTPCLIENT-1373] OPTIONS and TRACE should not invalidate cache
|
|
|
|
Contributed by James Leigh <james at 3roundstones dot com>
|
2013-06-19 15:39:44 -04:00
|
|
|
|
2013-07-06 10:12:43 -04:00
|
|
|
* [HTTPCLIENT-1383] HttpClient enters an infinite loop during NTLM authentication if the opposite
|
|
|
|
endpoint keeps responding with a type 2 NTLM response after type 3 MTLM message has already been
|
|
|
|
sent by the client.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-06-20 17:09:23 -04:00
|
|
|
* [HTTPCLIENT-1372] Refactor HttpMultipart, and add RFC6532 mode, so that headers in post
|
|
|
|
are no longer constrained to ASCII values.
|
|
|
|
Contributed by Karl Wright <kwright at apache.org>
|
|
|
|
|
2013-06-19 15:39:44 -04:00
|
|
|
* [HTTPCLIENT-1377] User principal for non-NTLM authentication is incorrectly generated when using
|
|
|
|
user credentials are specified as NTCredentials
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-06-08 10:36:12 -04:00
|
|
|
Release 4.3 BETA2
|
2013-04-15 06:25:34 -04:00
|
|
|
-------------------
|
|
|
|
|
2013-06-08 10:36:12 -04:00
|
|
|
This is the second BETA release of HttpClient 4.3. The most notable features and improvements
|
2013-08-29 15:43:42 -04:00
|
|
|
in the 4.3 branch are: Support for Java 7 try-with-resources for resource management (connection
|
|
|
|
release); fluent Builder classes for HttpEntity, HttpRequest and HttpClient instances, deprecation
|
|
|
|
of preference and configuration API based on HttpParams interface in favor of constructor injection
|
|
|
|
and plain configuration objects, reliance on object immutability instead of access synchronization
|
|
|
|
for thread safety.
|
2013-06-08 10:36:12 -04:00
|
|
|
|
|
|
|
This release also includes all fixes from the stable 4.2.x release branch.
|
|
|
|
|
2013-08-29 15:43:42 -04:00
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
2013-06-08 10:36:12 -04:00
|
|
|
|
2013-06-06 12:00:05 -04:00
|
|
|
* [HTTPCLIENT-1366] org.apache.http.client.utils.URLEncodedUtils should parse the semicolon as a query parameter separator.
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
2013-06-06 10:31:08 -04:00
|
|
|
* [HTTPCLIENT-1365] NPE when ManagedHttpClientConnectionFactory.create(ConnectionConfig) is called with null.
|
|
|
|
Contributed by Gary Gregory <ggregory at apache.org>
|
|
|
|
|
2013-06-03 07:52:17 -04:00
|
|
|
* [HTTPCLIENT-1362] Better error messages for connect timed out and connection refused
|
|
|
|
exceptions.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-05-29 16:24:37 -04:00
|
|
|
* [HTTPCLIENT-1360] separate out DeflateInputStream as an independent class,
|
|
|
|
so it can be used by others.
|
|
|
|
Contributed by Karl Wright <kwright at apache.org>
|
|
|
|
|
2013-05-29 08:45:31 -04:00
|
|
|
* [HTTPCLIENT-1359] repeated requests using the same context fail if they redirect.
|
|
|
|
Contributed by James Leigh <james at 3roundstones.com>
|
|
|
|
|
2013-05-22 09:49:31 -04:00
|
|
|
* [HTTPCLIENT-1354] do not quote algorithm parameter in DIGEST auth response.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-05-29 05:04:54 -04:00
|
|
|
* [HTTPCLIENT-1351] Added utility method to resolve final location from original request,
|
|
|
|
target host and a list of redirects.
|
2013-05-17 11:13:55 -04:00
|
|
|
Contributed by James Leigh <james at 3roundstones.com>
|
2013-05-17 07:01:54 -04:00
|
|
|
|
2013-05-16 10:15:51 -04:00
|
|
|
* [HTTPCLIENT-1344] Userinfo credentials in URI should not default to preemptive BASIC
|
|
|
|
authentication.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1345] Useinfo credentials ignored in redirect location header.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-05-16 05:13:11 -04:00
|
|
|
* [HTTPCLIENT-1294] HttpClient to rewrite host name of the redirect location URI in order
|
|
|
|
to avoid circular redirect exception due to host name case mismatch.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-05-06 18:18:21 -04:00
|
|
|
* [HTTPCLIENT-1264] Add support for multiple levels of browser compatibility
|
|
|
|
to BrowserCompatSpec and BrowserCompatSpecFactory. Include constructor
|
|
|
|
argument for IE medium-security compatibility.
|
|
|
|
Contributed by Karl Wright (kwright at apache.org)
|
|
|
|
|
2013-05-03 14:34:49 -04:00
|
|
|
* [HTTPCLIENT-1349] SSLSocketFactory incorrectly identifies key passed with keystore as
|
|
|
|
the keystore password.
|
|
|
|
Contributed by David Graff <djgraff209 at gmail.com>
|
|
|
|
|
2013-04-24 04:42:29 -04:00
|
|
|
* [HTTPCLIENT-1346] Ensure propagation of SSL handshake exceptions.
|
|
|
|
Contributed by Pasi Eronen <pe at iki.fi>
|
|
|
|
|
2013-04-19 08:46:22 -04:00
|
|
|
* [HTTPCLIENT-1343] SSLSocketFactory optional parameters for supported SSL protocols and cipher
|
|
|
|
suites.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-04-18 05:45:19 -04:00
|
|
|
* [HTTPCLIENT-1238] Contribute Bundle Activator And Central Proxy Configuration.
|
|
|
|
Contributed by Simone Tripodi <simonetripodi at apache.org>
|
|
|
|
|
2013-04-17 06:18:48 -04:00
|
|
|
* [HTTPCLIENT-1299] (regression) cache incorrectly disposes of the underlying cache resource
|
|
|
|
when storing variant entry.
|
|
|
|
Contributed by James Leigh <james at 3roundstones.com>
|
|
|
|
|
2013-04-15 07:36:34 -04:00
|
|
|
* [HTTPCLIENT-1342] Redirects with underscore character in the location hostname cause
|
|
|
|
"java.lang.IllegalArgumentException: Host name may not be null".
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-04-15 06:25:34 -04:00
|
|
|
|
|
|
|
|
2013-04-04 12:11:53 -04:00
|
|
|
Release 4.3 BETA1
|
2013-01-11 09:47:42 -05:00
|
|
|
-------------------
|
|
|
|
|
2013-04-04 12:11:53 -04:00
|
|
|
This is the first BETA release of HttpClient 4.3. The 4.3 branch enhances HttpClient in several
|
2013-06-08 10:36:12 -04:00
|
|
|
key areas and includes several notable features and improvements: Support for Java 7
|
|
|
|
try-with-resources for resource management (connection release); fluent Builder classes for
|
|
|
|
HttpEntity, HttpRequest and HttpClient instances, deprecation of preference and configuration API
|
|
|
|
based on HttpParams interface in favor of constructor injection and plain configuration objects,
|
|
|
|
reliance on object immutability instead of access synchronization for thread safety.
|
2013-01-11 09:47:42 -05:00
|
|
|
|
2013-04-04 12:11:53 -04:00
|
|
|
This release also includes all fixes from the stable 4.2.x release branch.
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1317] InetAddressUtils should handle IPv6 Addresses with Embedded IPv4 Addresses
|
|
|
|
Contributed Sebastian Bazley <sebb at apache.org>.
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1320] Leverage javax.net.ssl.SSLSocketFactory#getDefault() to initialize SSL context
|
|
|
|
based on system defaults instead of using an internal custom routine.
|
|
|
|
Contributed by Abe Backus <abraham at backus.com> and Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1316] Certificate verification rejects IPv6 addresses which are not String-equal.
|
|
|
|
Contributed Sebastian Bazley <sebb at apache.org>.
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1307] Future based asynchronous request execution.
|
|
|
|
Contributed by Jilles van Gurp <jilles at jillesvangurp.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1313] Fixed IllegalStateException in deprecated ThreadSafeClientConnManager.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1298] Add AsynchronousValidator in HttpClientBuilder's list of closeable objects.
|
|
|
|
Contributed by Martin Meinhold <mmeinhold at atlassian.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release 4.3 ALPHA1
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
This is the first ALPHA release of HttpClient 4.3. The 4.3 branch enhances HttpClient in several
|
|
|
|
key areas and includes several notable features and improvements: Support for Java 7
|
|
|
|
try-with-resources for resource management (connection release); fluent Builder classes for
|
|
|
|
HttpEntity, HttpRequest and HttpClient instances, deprecation of preference and configuration API
|
|
|
|
based on HttpParams interface in favor of constructor injection and plain configuration objects,
|
|
|
|
reliance on object immutability instead of access synchronization for thread safety.
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
We are kindly asking all upstream projects to review API changes and help us improve
|
|
|
|
the APIs by providing feedback and sharing ideas on dev@hc.apache.org.
|
|
|
|
|
|
|
|
This release also includes all fixes from the stable 4.2.x release branch.
|
|
|
|
|
|
|
|
Please note that new features included in this release are still considered experimental and
|
2013-01-15 08:06:32 -05:00
|
|
|
their API may change in the future 4.3 alpha and beta releases.
|
2013-01-11 09:47:42 -05:00
|
|
|
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1250] Allow query string to be ignored when determining cacheability for
|
|
|
|
HTTP 1.0 responses.
|
|
|
|
Contributed by Don Brown <mrdon at twdata.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1261] Make SystemDefaultHttpClient honor http.agent system property.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-900] Don't enforce URI syntax for messages with an explicit target host.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1190] HttpClient cache does not support "Vary: Cookie"
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1259] Calling #abort() on requests executed with DecompressingHttpClient has no
|
|
|
|
effect.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-01-15 08:06:32 -05:00
|
|
|
* [HTTPCLIENT-1253] URIBuilder setParameter() method could exceed the HTTP header size.
|
2013-01-11 09:47:42 -05:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1216] Added method to force clean thread-local used by DateUtils.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
|
|
|
|
Release 4.2.3
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
HttpClient 4.2.3 (GA) is a bug fix release that addresses a number of issues reported since
|
|
|
|
release 4.2.2. This release also includes a thoroughly reworked NTLM authentication engine
|
|
|
|
which should result in a better compatibility with the newest Microsoft products.
|
|
|
|
|
|
|
|
Users of HttpClient 4.x are advised to upgrade.
|
|
|
|
|
|
|
|
Changelog
|
2012-07-22 08:20:27 -04:00
|
|
|
-------------------
|
|
|
|
|
2013-01-09 21:47:32 -05:00
|
|
|
* [HTTPCLIENT-1296] NPE gets thrown if you combine a default host with a virtual host
|
|
|
|
that has a -1 value for the port.
|
|
|
|
Contributed by Karl Wright <daddywri at gmail.com>
|
2013-01-11 09:47:42 -05:00
|
|
|
|
2013-01-08 07:16:00 -05:00
|
|
|
* [HTTPCLIENT-1290] 304 cached response never reused with If-modified-since conditional
|
|
|
|
requests.
|
|
|
|
Contributed by Francois-Xavier Bonnet <francois-xavier.bonnet at centraliens.net>
|
|
|
|
|
2013-01-07 16:06:35 -05:00
|
|
|
* [HTTPCLIENT-1291] Absolute request URIs without an explicitly specified path are rewritten
|
|
|
|
to have "/" path).
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-01-01 12:26:08 -05:00
|
|
|
* [HTTPCLIENT-1286] Request URI rewriting is inconsistent - URI fragments are not removed
|
|
|
|
from absolute request URIs.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-12-20 08:05:41 -05:00
|
|
|
* [HTTPCLIENT-1284] HttpClient incorrectly generates Host header when physical connection
|
|
|
|
route differs from the host name specified in the request URI.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-01-08 07:16:00 -05:00
|
|
|
* [HTTPCLIENT-1293] Kerberos and SPNego auth schemes use incorrect authorization header name
|
|
|
|
when authenticating with a proxy.
|
2012-12-20 08:04:50 -05:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-12-19 06:34:58 -05:00
|
|
|
* [HTTPCLIENT-1283] NTLM needs to use Locale-independent form of
|
|
|
|
toUpperCase().
|
|
|
|
Contributed by Karl Wright <DaddyWri at gmail.com>
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
* [HTTPCLIENT-1279] Target host responding with status 407 (proxy authentication required)
|
|
|
|
causes an NPE.
|
2012-12-17 16:51:42 -05:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
* [HTTPCLIENT-1281] GzipDecompressingEntity does not release InputStream when an IOException
|
|
|
|
occurs while reading the Gzip header
|
2012-12-17 11:12:18 -05:00
|
|
|
Contributed by Francois-Xavier Bonnet <francois-xavier.bonnet at centraliens.net>
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
* [HTTPCLIENT-1277] Caching client sends a 304 to an unconditional request.
|
|
|
|
Contributed by Francois-Xavier Bonnet <francois-xavier.bonnet at centraliens.net>
|
2012-12-14 12:02:46 -05:00
|
|
|
|
2012-12-14 09:27:22 -05:00
|
|
|
* [HTTPCLIENT-1278] Update NTLM documentation.
|
|
|
|
Contributed by Karl Wright <DaddyWri at gmail.com>
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
* SystemDefaultHttpClient misinterprets 'http.keepAlive' default value and disables
|
|
|
|
connection persistence if the system property is not set. This causes connection
|
|
|
|
based authentication schemes such as NTLM to fail.
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1276] cache update on a 304 response causes NPE.
|
2012-12-13 10:08:01 -05:00
|
|
|
Contributed by Francois-Xavier Bonnet <francois-xavier.bonnet at centraliens.net>
|
|
|
|
|
2012-12-12 05:41:20 -05:00
|
|
|
* [HTTPCLIENT-1273] DecompressingHttpClient does not automatically consume response
|
|
|
|
content in case of an i/o, HTTP or runtime exception thrown by the decompressing
|
|
|
|
protocol interceptor leading to a potential connection leak.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
* [HTTPCLIENT-1268] NTLM engine refactor fix, to correct a buffer overrun, and get NTLMv2
|
|
|
|
flags right.
|
2012-12-10 06:28:44 -05:00
|
|
|
Contributed by Karl Wright <DaddyWri at gmail.com>
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
* [HTTPCLIENT-1266] NTLM engine refactoring and compatibility improvements.
|
2012-12-10 06:16:29 -05:00
|
|
|
Contributed by Karl Wright <DaddyWri at gmail.com>
|
|
|
|
|
2012-12-08 07:12:12 -05:00
|
|
|
* [HTTPCLIENT-1263] BrowserCompatSpec: attribute values containing spaces or special characters
|
|
|
|
should be enclosed with quotes marks for version 1 cookies.
|
|
|
|
Contributed by Francois-Xavier Bonnet <francois-xavier.bonnet at centraliens.net>
|
|
|
|
|
2012-11-23 07:45:02 -05:00
|
|
|
* [HTTPCLIENT-1263] CachingHttpClient fails to release connections back to the connection
|
|
|
|
manager for some type of HTTP response messages when used together with DecompressingHttpClient.
|
|
|
|
Contributed by Francois-Xavier Bonnet <francois-xavier.bonnet at centraliens.net>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1258] Fixed NullPointerException in NTLMEngineImpl caused by null NT domain
|
|
|
|
attribute.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-11-06 14:53:01 -05:00
|
|
|
* [HTTPCLIENT-1254] Redirect with underscore in hostname causes ProtocolException.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1255] AbstractVerifier incorrectly parses certificate CN containing wildcard.
|
2012-11-06 11:49:49 -05:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
|
|
|
|
|
|
|
|
Release 4.2.2
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
HttpClient 4.2.2 (GA) is a bug fix release that addresses a number of issues reported since
|
|
|
|
release 4.2.1.
|
|
|
|
|
|
|
|
Users of HttpClient 4.2 are advised to upgrade.
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
2012-11-06 11:49:49 -05:00
|
|
|
* [HTTPCLIENT-1248] Default and lax redirect strategies should not convert requests redirected
|
2012-10-10 16:51:30 -04:00
|
|
|
with 307 status to GET method.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-10-10 15:14:10 -04:00
|
|
|
* [HTTPCLIENT-1215] BasicAuthCache does not take default ports into consideration when
|
|
|
|
looking up cached authentication details by HttpHost key.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-10-04 07:19:59 -04:00
|
|
|
* [HTTPCLIENT-1241] (regression) Preemptive BASIC authentication failure should be considered
|
|
|
|
final and no further attempts to re-authenticate using the same credentials should be made.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-09-09 06:41:41 -04:00
|
|
|
* [HTTPCLIENT-1229] Fixed NPE in BasicClientConnectionManager that can be triggered by releasing
|
|
|
|
connection after the connection manager has already been shut down.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-08-30 09:35:05 -04:00
|
|
|
* [HTTPCLIENT-1227] Date parsing in DateUtils made more efficient.
|
|
|
|
Contributed by Patrick Linskey <pcl at apache.org>
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
* [HTTPCLIENT-1224] (regression) NTLM auth not retried after a redirect over a non-persistent
|
|
|
|
connection.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-08-22 14:31:52 -04:00
|
|
|
* [HTTPCLIENT-1223] Cache could be more aggressive on cache invalidations
|
|
|
|
from Content-Location. Contributed by Jon Moore <jonm at apache.org>.
|
2012-08-30 09:35:05 -04:00
|
|
|
Contributed by Jon Moore <jonm at apache.org>
|
2012-08-22 14:31:52 -04:00
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
* [HTTPCLIENT-1217] AutoRetryHttpClient does not release connection used by the previous response
|
|
|
|
when request is retried
|
2012-07-22 08:20:27 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2013-01-11 09:47:42 -05:00
|
|
|
|
|
|
|
|
2012-06-29 09:59:57 -04:00
|
|
|
Release 4.2.1
|
2012-05-25 11:13:43 -04:00
|
|
|
-------------------
|
2012-06-22 07:05:10 -04:00
|
|
|
|
2012-06-29 10:31:21 -04:00
|
|
|
HttpClient 4.2.1 (GA) is a bug fix release that addresses a number of issues reported since
|
2012-06-29 09:59:57 -04:00
|
|
|
release 4.2.
|
2012-06-27 09:59:14 -04:00
|
|
|
|
|
|
|
Users of HttpClient 4.2 are advised to upgrade.
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
2012-06-22 07:05:10 -04:00
|
|
|
* [HTTPCLIENT-1209] Redirect URIs are now normalized.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-06-07 10:14:42 -04:00
|
|
|
* [HTTPCLIENT-1202] ResponseCachingPolicy should honor explicit cache-control
|
|
|
|
directives for other status codes
|
|
|
|
Contributed by Jon Moore <jonm at apache.org>
|
2012-06-03 07:45:41 -04:00
|
|
|
|
|
|
|
* [HTTPCLIENT-1199] DecompressingHttpClient strips content from entity enclosing requests
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-06-01 14:11:43 -04:00
|
|
|
* [HTTPCLIENT-1198] HttpHost is not set in HttpContext in CachingHttpClient.
|
|
|
|
Contributed by Jon Moore <jonm at apache.org>
|
2012-05-25 11:13:43 -04:00
|
|
|
|
2012-05-31 10:28:38 -04:00
|
|
|
* [HTTPCLIENT-1200] DecompressingHttpClient fails to generate correct HttpHost context attribute.
|
|
|
|
Contributed by Guillaume Castagnino <casta+jira at xwing.info>
|
|
|
|
|
2012-05-28 14:29:50 -04:00
|
|
|
* [HTTPCLIENT-1192] URIBuilder encodes query parameters twice.
|
2012-06-27 09:59:14 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org> and Sebastian Bazley <sebb at apache.org>.
|
2012-05-28 14:29:50 -04:00
|
|
|
|
|
|
|
* [HTTPCLIENT-1196] Fixed NPE in UrlEncodedFormEntity constructor thrown if charset is null.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-05-25 11:13:43 -04:00
|
|
|
* [HTTPCLIENT-1193] Fixed regression in the route tracking logic of the default connection manager
|
|
|
|
causing cross-site redirect failures.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-05-13 10:11:39 -04:00
|
|
|
Release 4.2
|
2012-04-09 15:18:35 -04:00
|
|
|
-------------------
|
|
|
|
|
2012-05-13 11:05:12 -04:00
|
|
|
This is the first stable (GA) release of HttpClient 4.2. The most notable enhancements included
|
|
|
|
in this release are:
|
|
|
|
|
|
|
|
* New facade API for HttpClient based on the concept of a fluent interface. The fluent API exposes
|
|
|
|
only the most fundamental functions of HttpClient and is intended for relatively simple use cases
|
|
|
|
that do not require the full flexibility of HttpClient. However, the fluent API almost fully
|
|
|
|
relieves the users from having to deal with connection management and resource deallocation.
|
|
|
|
|
|
|
|
* Redesigned and rewritten connection management code.
|
|
|
|
|
|
|
|
* Enhanced HTTP authentication API that enables HttpClient to handle more complex authentication
|
|
|
|
scenarios. HttpClient 4.2 is now capable of making use of multiple authentication challenges
|
|
|
|
and retry authentication with a fall-back scheme in case the primary one fails. This can be
|
|
|
|
important for compatibility with Microsoft products that are often configured to use
|
|
|
|
SPNEGO/Kerberos as the preferred authentication scheme.
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
2012-05-08 15:54:27 -04:00
|
|
|
* [HTTPCLIENT-1187] If a revalidation response is deemed too old CachingHttpClient fails to
|
|
|
|
consume its content resulting in a connection leak.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-04-24 11:55:07 -04:00
|
|
|
* [HTTPCLIENT-1186] State of newly created connections in the connection pool is not always
|
|
|
|
correctly updated potentially allowing those connections to be leased to users with a different
|
|
|
|
security context.
|
2012-05-16 08:42:40 -04:00
|
|
|
Contributed by Ralf Poehlmann <rpn at methodpark.de>
|
2012-04-24 11:55:07 -04:00
|
|
|
|
2012-04-09 15:27:03 -04:00
|
|
|
* [HTTPCLIENT-1179] Upgraded Commons Codec dependency to version 1.6
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-04-09 15:18:35 -04:00
|
|
|
* [HTTPCLIENT-1177] always remove fragments from request URIs
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2012-05-13 10:11:39 -04:00
|
|
|
Incompatible changes
|
|
|
|
--------------------
|
|
|
|
[Compared to release version 4.1.3]
|
|
|
|
|
|
|
|
The following fields have been deprecated for some time now and have been deleted:
|
|
|
|
|
|
|
|
org.apache.http.client.params.ClientPNames#CONNECTION_MANAGER_FACTORY
|
|
|
|
org.apache.http.impl.cookie.BrowserCompatSpec#DATE_PATTERNS
|
|
|
|
|
|
|
|
The following methods have been deprecated for some time now and have been deleted:
|
|
|
|
|
|
|
|
org.apache.http.client.params.ClientParamBean#setConnectionManagerFactory(org.apache.http.conn.ClientConnectionManagerFactory)
|
|
|
|
org.apache.http.client.protocol.ClientContextConfigurer#setAuthSchemePref(java.util.List)
|
|
|
|
org.apache.http.entity.mime.content.FileBody#writeTo(java.io.OutputStream, int)
|
|
|
|
org.apache.http.entity.mime.content.InputStreamBody#writeTo(java.io.OutputStream, int)
|
|
|
|
org.apache.http.entity.mime.content.StringBody#writeTo(java.io.OutputStream, int)
|
|
|
|
|
|
|
|
The following classes have been deprecated for some while now and have been deleted:
|
|
|
|
|
|
|
|
org.apache.http.impl.conn.tsccm.RefQueueHandler
|
|
|
|
org.apache.http.impl.conn.tsccm.AbstractConnPool no longer implements interface org.apache.http.impl.conn.tsccm.RefQueueHandler
|
|
|
|
org.apache.http.impl.conn.tsccm.ConnPoolByRoute no longer implements interface org.apache.http.impl.conn.tsccm.RefQueueHandler
|
|
|
|
org.apache.http.impl.conn.tsccm.RefQueueWorker
|
|
|
|
|
|
|
|
|
2012-04-09 15:18:35 -04:00
|
|
|
|
2012-02-05 13:16:15 -05:00
|
|
|
Release 4.2 BETA1
|
2011-11-03 11:58:05 -04:00
|
|
|
-------------------
|
2012-02-05 13:16:15 -05:00
|
|
|
|
|
|
|
This is the first BETA release of HttpClient 4.2. This release completes development of several
|
|
|
|
notable enhancements in HttpClient:
|
|
|
|
|
|
|
|
* New facade API for HttpClient based on the concept of a fluent interface. The fluent API exposes
|
|
|
|
only the most fundamental functions of HttpClient and is intended for relatively simple use cases
|
|
|
|
that do not require the full flexibility of HttpClient. However, the fluent API almost fully
|
|
|
|
relieves the users from having to deal with connection management and resource deallocation.
|
|
|
|
|
|
|
|
* Redesigned and rewritten connection management code. As of release 4.2 HttpClient will be using
|
|
|
|
pooling connection manager per default.
|
|
|
|
|
|
|
|
* Enhanced HTTP authentication API that enables HttpClient to handle more complex authentication
|
|
|
|
scenarios. HttpClient 4.2 is now capable of making use of multiple authentication challenges
|
|
|
|
and retry authentication with a fall-back scheme in case the primary one fails. This can be
|
|
|
|
important for compatibility with Microsoft products that are often configured to use
|
|
|
|
SPNEGO/Kerberos as the preferred authentication scheme.
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
2012-05-13 11:05:12 -04:00
|
|
|
|
2012-03-15 13:02:07 -04:00
|
|
|
* [HTTPCLIENT-1164] Compressed entities are not being cached properly.
|
|
|
|
Contributed by Jon Moore <jonm at apache dot org>.
|
2012-02-05 13:16:15 -05:00
|
|
|
|
2012-01-17 16:35:08 -05:00
|
|
|
* [HTTPCLIENT-1154] MemcachedHttpCacheStorage should allow client to
|
|
|
|
specify custom prefix string for keys.
|
|
|
|
Contributed by Jon Moore <jonm at apache dot org>.
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1153] MemcachedHttpCacheStorage uses URL as cache key;
|
|
|
|
shouldn't due to fixed maximum-length memcached keys.
|
|
|
|
Contributed by Jon Moore <jonm at apache dot org>.
|
|
|
|
|
2012-01-11 13:12:50 -05:00
|
|
|
* [HTTPCLIENT-1157] MemcachedHttpCacheStroage should throw IOExceptions
|
|
|
|
instead of RuntimeExceptions.
|
|
|
|
Contributed by James Miller <jamesmiller01 at gmail dot com>.
|
|
|
|
|
2012-01-09 09:38:17 -05:00
|
|
|
* [HTTPCLIENT-1152] MemcachedHttpCacheStorage should verify class of
|
|
|
|
returned object before casting.
|
|
|
|
Contributed by Rajika Kumarasiri <rajika at wso2 dot com>.
|
2011-11-03 11:58:05 -04:00
|
|
|
|
2011-12-23 15:59:54 -05:00
|
|
|
* [HTTPCLIENT-1155] CachingHttpClient fails to ensure that the response content gets fully consumed
|
|
|
|
when using a ResponseHandler, which can potentially lead to connection leaks.
|
|
|
|
Contributed by James Miller <jamesmiller01 at gmail dot com>
|
|
|
|
|
2011-12-02 09:15:11 -05:00
|
|
|
* [HTTPCLIENT-1147] When HttpClient-Cache cannot open cache file, should act like miss.
|
|
|
|
Contributed by Joe Campbell <joseph.r.campbell at gmail.com>
|
|
|
|
|
2011-11-04 15:11:31 -04:00
|
|
|
* [HTTPCLIENT-1137] Values for the Via header are cached and reused by httpclient-cache.
|
|
|
|
Contributed by Alin Vasile <alinachegalati at yahoo dot com>
|
|
|
|
|
2011-11-03 11:58:05 -04:00
|
|
|
* [HTTPCLIENT-1142] Infinite loop on NTLM authentication failure.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2011-11-07 16:13:45 -05:00
|
|
|
|
|
|
|
* [HTTPCLIENT-1143] CachingHttpClient leaks connections with stale-if-error.
|
|
|
|
Contributed by James Miller <jamesmiller01 at gmail dot com>
|
2011-11-03 11:58:05 -04:00
|
|
|
|
2011-10-30 10:09:02 -04:00
|
|
|
Release 4.2 ALPHA1
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
This is the first ALPHA release of HttpClient 4.2. The 4.2 branch enhances HttpClient in several
|
|
|
|
key areas and includes several notable features and improvements:
|
|
|
|
|
|
|
|
* New facade API for HttpClient based on the concept of a fluent interface. The fluent API exposes
|
|
|
|
only the most fundamental functions of HttpClient and is intended for relatively simple use cases
|
|
|
|
that do not require the full flexibility of HttpClient. However, the fluent API almost fully
|
|
|
|
relieves the users from having to deal with connection management and resource deallocation.
|
|
|
|
|
|
|
|
* Redesigned and rewritten connection management code. As of release 4.2 HttpClient will be using
|
|
|
|
pooling connection manager per default.
|
|
|
|
|
|
|
|
* Enhanced HTTP authentication API that enables HttpClient to handle more complex authentication
|
|
|
|
scenarios. HttpClient 4.2 is now capable of making use of multiple authentication challenges
|
|
|
|
and retry authentication with a fall-back scheme in case the primary one fails. This can be
|
|
|
|
important for compatibility with Microsoft products that are often configured to use
|
|
|
|
SPNEGO/Kerberos as the preferred authentication scheme.
|
|
|
|
|
|
|
|
Please note that new features included in this release are still considered experimental and
|
|
|
|
their API may change in the future ALPHA releases.
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1128] SystemDefaultHttpClient (HttpClient implementation initialized using system
|
|
|
|
properties).
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1135] RandomAccessFile mode 'w' used by HttpClientCache is not valid.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2011-09-06 08:20:26 -04:00
|
|
|
|
2011-10-30 10:09:02 -04:00
|
|
|
* [HTTPCLIENT-1131] HttpClient to authenticate preemptively using BASIC scheme if a userinfo
|
2011-10-07 13:49:42 -04:00
|
|
|
attribute is specified in the request URI.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-10-30 10:09:02 -04:00
|
|
|
* [HTTPCLIENT-1134] make BasicResponseHandler consume response content in case of an unsuccessful
|
|
|
|
result (status code >= 300).
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1132] ProxyClient implementation.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1127] fixed dead-lock between SingleClientConnManager and AbstractPooledConnAdapter.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1107] Auth framework redesign.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-09-18 12:32:53 -04:00
|
|
|
* [HTTPCLIENT-1116] ResponseCachingPolicy uses integers for sizes
|
|
|
|
Contributed by Greg Bowyer <gbowyer at fastmail.co.uk >
|
|
|
|
|
2011-10-30 10:09:02 -04:00
|
|
|
* [HTTPCLIENT-1123] Support for pluggable DNS resolvers.
|
2011-09-06 08:20:26 -04:00
|
|
|
Contributed by Alin Vasile <alinachegalati at yahoo dot com>
|
2011-04-02 07:34:52 -04:00
|
|
|
|
2011-10-30 10:09:02 -04:00
|
|
|
* [HTTPCLIENT-1120] DefaultHttpRequestRetryHandler#retryRequest should not retry aborted requests.
|
2011-09-01 08:45:02 -04:00
|
|
|
Contributed by Alin Vasile <alinachegalati at yahoo dot com>
|
|
|
|
|
2011-10-30 10:09:02 -04:00
|
|
|
* Support for auth-int qop (quality of protection) option in Digest auth scheme.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1076] Fluent facade API (Google summer of code 2011 project).
|
|
|
|
Contributed by Xu Lilu <cookieme at gmail.com>
|
|
|
|
|
|
|
|
* UriBuilder implementation.
|
|
|
|
Contributed by Xu Lilu <cookieme at gmail.com>
|
|
|
|
|
|
|
|
* Redesign of connection management classes based on new pooling components from HttpCore.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1111] Added #prepareSocket method to SSLSocketFactory.
|
|
|
|
Contributed by Pasi Eronen <pe at iki.fi>
|
|
|
|
|
|
|
|
* Added #reset() and #releaseConnection() methods to HttpRequestBase.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1105] AutoRetryHttpClient: built-in way to do auto-retry for certain status codes.
|
|
|
|
Contributed by Dan Checkoway <dcheckoway at gmail.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1094] Digest auth scheme refactoring.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* Lax implementation of RedirectStrategy.
|
|
|
|
Contributed by Bartosz Firyn <songo.bercik at interia.pl>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1044] HttpRequestRetryHandler implementation compliant with the definition of
|
|
|
|
idempotent methods given in the RFC 2616.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-09-06 08:20:26 -04:00
|
|
|
|
|
|
|
Release 4.1.2
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
The HttpClient 4.1.2 is a bug fix release that addresses a number of non-critical issues reported
|
|
|
|
since release 4.1.1.
|
|
|
|
|
2011-06-09 11:01:42 -04:00
|
|
|
* [HTTPCLIENT-1100] Missing Content-Length header makes cached entry invalid
|
|
|
|
Contributed by Bart Robeyns <bart dot robeyns at gmail dot com>
|
|
|
|
|
2011-06-07 04:25:24 -04:00
|
|
|
* [HTTPCLIENT-1098] Avoid expensive reverse DNS lookup on connect timeout exception.
|
|
|
|
Contributed by Thomas Boettcher <tboett at gmail.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1097] BrowserCompatHostnameVerifier and StrictHostnameVerifier should handle
|
|
|
|
wildcards in SSL certificates better.
|
2011-06-02 09:08:15 -04:00
|
|
|
Contributed by Sebastian Bazley <sebb at apache.org>
|
|
|
|
|
2011-06-07 04:25:24 -04:00
|
|
|
* [HTTPCLIENT-1092] If ClientPNames.VIRTUAL_HOST does not provide the port, derive it from the
|
|
|
|
current request.
|
2011-05-20 16:51:24 -04:00
|
|
|
Contributed by Sebastian Bazley <sebb at apache.org>
|
|
|
|
|
2011-05-17 08:54:14 -04:00
|
|
|
* [HTTPCLIENT-1087] NTLM proxy authentication fails on retry if the underlying connection is closed
|
|
|
|
as a result of a target authentication failure.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-04-13 16:27:27 -04:00
|
|
|
* [HTTPCLIENT-1079] Fixed Kerberos cross-realm support
|
|
|
|
Contributed by Michael Osipov <1983-01-06 at gmx.net>
|
|
|
|
|
2011-04-11 13:38:37 -04:00
|
|
|
* [HTTPCLIENT-1078] Decompressing entities (DeflateDecompressingEntity, GzipDecompressingEntity)
|
|
|
|
do not close content stream in #writeTo() method.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-04-02 07:34:52 -04:00
|
|
|
* [HTTPCLIENT-1075] Decompressing entities (DeflateDecompressingEntity, GzipDecompressingEntity)
|
|
|
|
do not correctly handle content streaming.
|
|
|
|
Contributed by James Abley <james.abley at gmail.com>
|
|
|
|
|
2011-09-06 08:20:26 -04:00
|
|
|
* [HTTPCLIENT-1051] Avoid reverse DNS lookups when opening SSL connections by IP address.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-04-02 07:34:52 -04:00
|
|
|
|
|
|
|
Release 4.1.1
|
|
|
|
-------------------
|
|
|
|
|
2011-04-02 07:49:32 -04:00
|
|
|
HttpClient v4.1.1 is a bug fix release that addresses a number of issues reported since
|
2011-04-02 07:34:52 -04:00
|
|
|
release 4.1, including one critical security issue (HTTPCLIENT-1061). All users of HttpClient 4.0.x
|
|
|
|
and 4.1 are strongly encouraged to upgrade.
|
2011-02-08 15:08:00 -05:00
|
|
|
|
2011-03-10 04:35:17 -05:00
|
|
|
* [HTTPCLIENT-1069] HttpHostConnectException not correctly retried for direct and non-tunnelled
|
|
|
|
proxy connections.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-03-07 10:09:03 -05:00
|
|
|
* [HTTPCLIENT-1066] Changed the way URIUtils#rewriteURI handles multiple consecutive slashes in the
|
|
|
|
URI path component: multiple leading slashes will be replaced by one slash in order to avoid
|
|
|
|
confusion with the authority component. The remaining content of the path will not be modified.
|
|
|
|
(also see HTTPCLIENT-929).
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-02-25 06:19:23 -05:00
|
|
|
* [HTTPCLIENT-1061] Fixed critical bug causing Proxy-Authorization header to be sent to the target
|
|
|
|
host when tunneling requests through a proxy server that requires authentication.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-02-09 08:42:33 -05:00
|
|
|
* [HTTPCLIENT-1056] Fixed bug causing the RequestAuthCache protocol interceptor to generate
|
|
|
|
an invalid AuthScope instance when looking up user credentials for preemptive authentication.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-02-08 15:08:00 -05:00
|
|
|
* [HTTPCLIENT-1053] Fixed the way DigestScheme generates nonce-count values.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
|
2011-01-06 16:19:51 -05:00
|
|
|
Release 4.1
|
|
|
|
-------------------
|
|
|
|
|
2011-01-13 17:12:31 -05:00
|
|
|
The HttpClient 4.1 release builds upon the stable foundation laid by HttpClient 4.0 and adds several
|
2011-01-06 16:19:51 -05:00
|
|
|
functional improvements and popular features.
|
|
|
|
|
|
|
|
* Response caching conditionally compliant with HTTP/1.1 specification (full compliance with
|
|
|
|
MUST requirements, partial compliance with SHOULD requirements)
|
|
|
|
|
|
|
|
* Full support for NTLMv1, NTLMv2, and NTLM2 Session authentication. The NTLM protocol code
|
|
|
|
was kindly contributed by the Lucene Connector Framework project.
|
|
|
|
|
|
|
|
* Support for SPNEGO/Kerberos authentication.
|
|
|
|
|
|
|
|
* Persistence of authentication data between request executions within the same execution context.
|
|
|
|
|
|
|
|
* Support for preemptive authentication for BASIC and DIGEST schemes.
|
|
|
|
|
|
|
|
* Support for transparent content encoding. Please note transparent content encoding is not
|
|
|
|
enabled per default in order to avoid conflicts with already existing custom content encoding
|
|
|
|
solutions.
|
2010-12-04 14:06:35 -05:00
|
|
|
|
2011-01-06 16:19:51 -05:00
|
|
|
* Mechanism to bypass the standard certificate trust verification (useful when dealing with
|
|
|
|
self-signed certificates).
|
|
|
|
|
|
|
|
* Simplified configuration for connection managers.
|
|
|
|
|
|
|
|
* Transparent support for host multihoming.
|
|
|
|
|
2011-01-13 17:12:31 -05:00
|
|
|
IMPORTANT: please note that the HttpClient 3.x branch is now officially END OF LIFE and is no longer
|
|
|
|
maintained and supported by the Apache HttpComponents project.
|
2011-01-06 16:19:51 -05:00
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
2011-01-12 09:21:32 -05:00
|
|
|
* The public API for the caching module had a minor change between 4.1-beta and 4.1-GA to the
|
2011-01-12 12:18:50 -05:00
|
|
|
HttpCacheEntry class - the deprecated public Set<String> getVariantURIs() method and constructor
|
|
|
|
public HttpCacheEntry(Date requestDate, Date responseDate,
|
|
|
|
StatusLine statusLine, Header[] responseHeaders,
|
2011-01-12 12:37:16 -05:00
|
|
|
Resource resource, Set<String> variants)
|
2011-01-12 12:18:50 -05:00
|
|
|
were both removed. This will not affect you unless you are implementing new storage backends
|
|
|
|
that use the deprecated code and/or are implementing custom serializers for cache entries.
|
2011-01-10 05:57:29 -05:00
|
|
|
|
|
|
|
* Changed Browser-Compatibility and Best-Match cookie policies to emulate the behaviour of FireFox
|
|
|
|
more closely when parsing Netscape style cookies. Comma will no longer be treated as a header
|
|
|
|
element separator if Set-Cookie does not contain a Version attribute mandated by the
|
|
|
|
RFC2109 / RFC 2965 cookie specifications.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2011-01-06 16:19:51 -05:00
|
|
|
* [HTTPCLIENT-1036] StringBody has incorrect default for characterset. (Default changed
|
|
|
|
to US-ASCII)
|
|
|
|
Contributed by Sebastian Bazley <sebb at apache.org>
|
2010-12-16 18:59:08 -05:00
|
|
|
|
2011-01-12 09:21:32 -05:00
|
|
|
* [HTTPCLIENT-975] Support stale-if-error and stale-while-revalidate extension directive (RFC5861).
|
2010-12-16 19:02:41 -05:00
|
|
|
Contributed by Mohammed Azeem Uddin <mohammedazeem_uddin at comcast.com>,
|
|
|
|
Michajlo Matijkiw <michajlo_matijkiw at comcast.com>, and
|
|
|
|
Matthew Hawthorne <matthew_hawthorne at comcast.com>.
|
|
|
|
|
2011-01-06 16:19:51 -05:00
|
|
|
* [HTTPCLIENT-1033] HttpRoute.equals(Object o) is quite inefficient, as it does not take full
|
|
|
|
advantage of shortcut logic.
|
|
|
|
Contributed by Sebastian Bazley <sebb at apache.org>
|
2010-12-10 09:15:54 -05:00
|
|
|
|
|
|
|
* [HTTPCLIENT-1030] Implement "ignoreCookies" CookieSpec
|
2011-01-06 16:19:51 -05:00
|
|
|
Contributed by Sebastian Bazley <sebb at apache.org>
|
2010-12-04 14:06:35 -05:00
|
|
|
|
2010-11-03 12:14:53 -04:00
|
|
|
Release 4.1 BETA1
|
2010-05-23 17:55:20 -04:00
|
|
|
-------------------
|
|
|
|
|
2010-11-03 12:14:53 -04:00
|
|
|
HttpClient 4.1 BETA1 finalizes the 4.1 API and brings a number of major improvements to the HTTP
|
|
|
|
caching module. This release also adds full support for NTLMv1, NTLMv2, and NTLM2 Session
|
|
|
|
authentication. The NTLM protocol code was kindly contributed by the Lucene Connector Framework
|
|
|
|
project.
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
* [HTTPCLIENT-1015] Support only-if-cached directive.
|
|
|
|
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-990] Allow heuristic freshness caching.
|
|
|
|
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-919] Support for NTLMv1, NTLMv2, and NTLM2 Session authentication.
|
|
|
|
Contributed by Karl Wright <karl.wright at nokia.com>
|
|
|
|
|
2010-11-03 12:14:53 -04:00
|
|
|
* [HTTPCLIENT-1008] Send all variants' ETags on "variant miss".
|
|
|
|
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com> and
|
|
|
|
Mohammed Azeem Uddin <mohammedazeem_uddin at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1011] Handling of IOExceptions thrown by cache components.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1003] Handle conditional requests in cache.
|
|
|
|
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com> and
|
|
|
|
Mohammed Azeem Uddin <mohammedazeem_uddin at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-1002] Stale connection check fails if wire logging is on.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-09-25 02:35:07 -04:00
|
|
|
* [HTTPCLIENT-1000] Maximum connection lifetimes settings for ThreadSafeClientConnManager.
|
|
|
|
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>
|
|
|
|
|
2010-09-13 14:55:56 -04:00
|
|
|
* [HTTPCLIENT-960] HttpMultipart doesn't generate Content-Type header for binary parts in
|
|
|
|
BROWSER_COMPATIBLE mode.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-11-03 12:14:53 -04:00
|
|
|
* [HTTPCLIENT-998] Cache should use both Last-Modified and ETag for validations when available.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-997] Cache module should handle out-of-order validations properly and unconditionally
|
|
|
|
refresh.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-994] Cache does not allow client to override origin-specified freshness using
|
|
|
|
max-stale.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-995] Cache returns cached responses even if validators not consistent with all
|
|
|
|
conditional headers.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-977] Memcached implementation for HttpCache.
|
|
|
|
Contributed by Mohammed Azeem Uddin <mohammedazeem_uddin at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-992] cache should not generate stale responses to requests explicitly requesting
|
|
|
|
first-hand or fresh ones.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-991] cache module produces improperly formatted Warning header when revalidation
|
|
|
|
fails.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-989] DefaultHttpRequestRetryHandler no longer retries non-idempotent http methods
|
2010-09-08 16:07:31 -04:00
|
|
|
if NoHttpResponseException is thrown.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-11-03 12:14:53 -04:00
|
|
|
* [HTTPCLIENT-988] Cache module should strip 'Content-Encoding: identity' from responses
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-987] cache module does not recognize equivalent URIs.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-986] cache module does not completely handle upstream Warning headers correctly
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-985] cache module should populate Via header to capture upstream and downstream protocols
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-984] Additional conditional compliance tests for the caching module for
|
|
|
|
Content-Encoding, Content-Location, Date, Expires, Server, Transfer-Encoding, and Vary headers.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-978] HTTP cache update exception handling
|
|
|
|
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-981] CachingHttpClient returns a 411 respones when executing a POST (HttpPost)
|
|
|
|
request.
|
|
|
|
Contributed by Joe Campbell <joseph.r.campbell at gmail.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-980] CachingHttpClient returns a 503 response when the backend HttpClient produces
|
|
|
|
an IOException.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
2010-08-21 08:09:15 -04:00
|
|
|
* [HTTPCLIENT-978] Ehcache based HTTP cache implementation
|
|
|
|
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>
|
|
|
|
|
2010-11-03 12:14:53 -04:00
|
|
|
* [HTTPCLIENT-967] support for non-shared (private) caches
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-969] BasicCookieStore#getCookies() to return a copy of Cookie list
|
2010-07-23 15:45:47 -04:00
|
|
|
Contributed by David Smiley <dsmiley at mitre.org>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-965] Fixed problem with cache not honoring must-revalidate or
|
2010-07-07 12:09:34 -04:00
|
|
|
proxy-revalidate Cache-Control directives.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-964] 'no-cache' directives with field names are no longer transmitted
|
2010-07-07 12:01:48 -04:00
|
|
|
downstream.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
2010-07-12 17:36:47 -04:00
|
|
|
* [HTTPCLIENT-963] Fixed handling of 'Cache-Control: no-store' on requests.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
2010-07-04 09:57:45 -04:00
|
|
|
* [HTTPCLIENT-962] Fixed handling of Authorization headers in shared cache mode.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-961] Not all applicable URIs are invalidated on PUT/POST/DELETEs
|
2010-07-04 09:35:27 -04:00
|
|
|
that pass through client cache.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-958] Client cache no longer allows incomplete responses to be
|
2010-07-02 06:31:34 -04:00
|
|
|
passed on to the client.
|
|
|
|
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
|
|
|
|
|
2010-06-22 15:28:48 -04:00
|
|
|
* [HTTPCLIENT-951] Non-repeatable entity enclosing requests are not correctly
|
|
|
|
retried when 'expect-continue' handshake is active.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-948] In rare circumstances the idle connection handling code
|
2010-06-15 10:15:34 -04:00
|
|
|
can leave closed connections in a inconsistent state.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-06-13 12:40:04 -04:00
|
|
|
* [HTTPCLIENT-953] IllegalStateException thrown by RouteSpecificPool.
|
|
|
|
Contributed by Guillaume <gueugaie at gmail.com>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-952] Trust store parameter is ignored by SSLSocketFactory
|
2010-06-09 16:59:41 -04:00
|
|
|
(affects version 4.1-alpha2 only)
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-937] CacheEntry made immutable; now uses immutable HttpEntity
|
|
|
|
to store cached content.
|
|
|
|
Contributed by David Mays <david_mays at comcast.com> and
|
2010-05-23 17:55:20 -04:00
|
|
|
Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-14 14:45:17 -04:00
|
|
|
Release 4.1 ALPHA2
|
2010-01-08 14:17:48 -05:00
|
|
|
-------------------
|
2010-05-10 15:42:01 -04:00
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
HttpClient 4.1 ALPHA2 fixes a number of non-severe bugs discovered since
|
2010-05-10 15:42:01 -04:00
|
|
|
the last release and introduces support for two frequently requested features:
|
|
|
|
|
2010-05-12 17:06:46 -04:00
|
|
|
* HTTP/1.1 response caching
|
|
|
|
|
|
|
|
* transparent support for host multihoming
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* a mechanism to bypass the standard certificate trust verification
|
2010-05-10 15:42:01 -04:00
|
|
|
(useful when dealing with self-signed certificates)
|
|
|
|
|
|
|
|
Compatibility notes
|
|
|
|
-------------------
|
2010-10-18 15:20:08 -04:00
|
|
|
(1) Please note the HTTP caching module is still considered experimental and
|
2010-05-10 15:42:01 -04:00
|
|
|
its API may change significantly in the future releases.
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
(2) This release eliminates Mime4J as a dependency for the HttpMime module.
|
|
|
|
HttpMime is no longer binary compatible with the previous releases.
|
2010-05-10 15:42:01 -04:00
|
|
|
Full API and binary compatibility between minor versions of HttpMime will be
|
|
|
|
maintained as of 4.1 GA release.
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
2010-10-18 15:20:08 -04:00
|
|
|
* [HTTPCLIENT-936] Fixed bug causing NPE or an infinite loop in
|
|
|
|
the authentication code in case of a SPNEGO authentication failure.
|
2010-05-12 14:33:17 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-427] HTTP caching support
|
|
|
|
Contributed by Joe Campbell, David Cleaver, David Mays, Jon Moore, Brad Spenla
|
2010-01-08 14:17:48 -05:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Dropped dependency on Mime4j for HttpMime.
|
2010-04-14 14:45:17 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Extended SSLSocketFactory with a mechanism to bypass the standard certificate
|
|
|
|
trust verification (primarily to simplify dealing with self-signed
|
|
|
|
certificates)
|
2010-04-14 14:45:17 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-05-12 17:06:46 -04:00
|
|
|
* [HTTPCLIENT-898] Improved support for host multihoming
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-916] UsernamePasswordCredentials, NTUserPrincipal,
|
2010-02-26 07:19:06 -05:00
|
|
|
BasicClientCookie, BasicClientCookie2 and BasicCookieStore made Serializable.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-02-19 07:48:54 -05:00
|
|
|
* [HTTPCLIENT-914] Upgraded Commons Codec dependency to version 1.4
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-903] Use ConcurrentHashMap instead of [Linked]HashMap for
|
|
|
|
thread-safety. Improve performance of AuthSchemeRegistry, CookieSpecRegistry
|
2010-04-14 14:45:17 -04:00
|
|
|
and SchemeRegistry classes.
|
2010-02-19 07:48:54 -05:00
|
|
|
Contributed by Sebastian Bazley <sebb at apache.org>
|
2010-04-30 17:00:08 -04:00
|
|
|
|
2010-01-08 14:17:48 -05:00
|
|
|
* [HTTPCLIENT-902] HttpRequestRetryHandler not called on I/O exceptions
|
|
|
|
thrown when opening a new connection.
|
2010-04-30 17:00:08 -04:00
|
|
|
Contributed by Olivier Lamy <olamy at apache.org> and
|
2010-01-08 14:17:48 -05:00
|
|
|
Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2009-11-26 16:41:39 -05:00
|
|
|
Release 4.1 ALPHA1
|
2009-11-25 15:34:26 -05:00
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
HttpClient 4.1 ALPHA1 builds on the stable 4.0 release and adds several
|
2009-11-25 15:34:26 -05:00
|
|
|
functionality improvements and new features.
|
|
|
|
|
|
|
|
* Simplified configuration of connection managers.
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Persistence of authentication data between request executions within
|
2009-11-25 15:34:26 -05:00
|
|
|
the same execution context.
|
|
|
|
|
|
|
|
* Support for SPNEGO/Kerberos authentication scheme
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Support for transparent content encoding. Please note transparent content
|
2009-11-25 15:34:26 -05:00
|
|
|
encoding is not enabled per default in order to avoid conflicts with
|
|
|
|
already existing custom content encoding solutions.
|
2009-12-01 15:01:44 -05:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* 5 to 10% performance increase due to elimination of unnecessary Log object
|
2009-12-01 15:01:44 -05:00
|
|
|
lookups by short-lived components.
|
|
|
|
|
2009-11-25 15:34:26 -05:00
|
|
|
Please note all methods and classes added in this release and marked as
|
|
|
|
4.1 are API unstable and can change in the future 4.1 ALPHA releases.
|
2010-04-30 17:00:08 -04:00
|
|
|
|
2009-11-25 15:34:26 -05:00
|
|
|
Changelog
|
2009-09-03 16:33:15 -04:00
|
|
|
-------------------
|
|
|
|
|
2009-11-24 15:52:31 -05:00
|
|
|
* [HTTPCLIENT-889] 'expect: continue' handshake disabled per default.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-862] Extended client's redirect handling interface to allow
|
2009-11-24 15:27:18 -05:00
|
|
|
control of the content of the redirect.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-872] HttpClient can now persist authentication data between request
|
2009-11-18 16:07:35 -05:00
|
|
|
executions as long as they share the same execution context. It has also become
|
2010-04-30 17:00:08 -04:00
|
|
|
much easier to make HttpClient authenticate preemptively by pre-populating
|
2009-11-18 16:07:35 -05:00
|
|
|
authentication data cache.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2009-10-26 10:06:58 -04:00
|
|
|
* [HTTPCLIENT-883] SO_TIMEOUT is not reset on persistent (re-used) connections.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-832] Distinguish cookie format errors from violations of
|
|
|
|
restrictions imposed by a cookie specification. In the latter case
|
2009-10-13 06:52:28 -04:00
|
|
|
CookieRestrictionViolationException will be thrown.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2009-10-12 12:26:38 -04:00
|
|
|
* [HTTPCLIENT-523] Support for SPNEGO authentication scheme.
|
|
|
|
Contributed by Matthew Stevenson <mavricknzwork at yahoo.com>
|
|
|
|
|
2009-10-02 07:33:00 -04:00
|
|
|
* Simplified configuration of connection managers. Total connection maximum
|
2010-04-30 17:00:08 -04:00
|
|
|
and maximum connection per route limits can be set using methods of
|
2009-10-02 07:33:00 -04:00
|
|
|
the class instead of HTTP parameters.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Added parameters to define the order of preference for supported auth
|
2009-09-24 15:35:03 -04:00
|
|
|
schemes for target host and proxy authentication.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-875] DefaultClientConnectionOperator#openConnection doesn't
|
|
|
|
update the connection state if the connection socket changed after
|
2009-09-09 16:31:05 -04:00
|
|
|
the call to SocketFactory#connectSocket().
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2009-09-03 16:33:15 -04:00
|
|
|
* [HTTPCLIENT-834] Transparent content encoding support.
|
|
|
|
Contributed by James Abley <james.abley at gmail.com>
|
|
|
|
|
2009-11-25 15:34:26 -05:00
|
|
|
Release 4.0.1
|
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
This is a bug fix release that addresses a number of issues discovered since
|
|
|
|
the previous stable release. None of the fixed bugs is considered critical.
|
2009-11-25 15:34:26 -05:00
|
|
|
Most notably this release eliminates eliminates dependency on JCIP annotations.
|
|
|
|
|
2009-12-01 15:01:44 -05:00
|
|
|
This release is also expected to improve performance by 5 to 10% due to
|
|
|
|
elimination of unnecessary Log object lookups by short-lived components.
|
|
|
|
|
2009-11-25 15:34:26 -05:00
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-895] Eliminated Log lookups in short lived objects impairing
|
2009-12-01 15:01:44 -05:00
|
|
|
performance.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-885] URLEncodedUtils now correctly parses form-url-encoded
|
2009-11-25 15:34:26 -05:00
|
|
|
entities that specify a charset.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-884] UrlEncodedFormEntity now sets charset on the Content-Type
|
2009-11-26 15:44:22 -05:00
|
|
|
header.
|
2010-04-30 17:00:08 -04:00
|
|
|
Contributed by Jared Jacobs <jmjacobs at cs.stanford.edu>
|
|
|
|
|
2009-11-25 15:34:26 -05:00
|
|
|
* [HTTPCLIENT-883] SO_TIMEOUT is not reset on persistent (re-used) connections.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-882] Auth state is now correctly updated if a successful NTLM
|
|
|
|
authentication results in a redirect. This is a minor bug as HttpClient
|
2009-11-25 15:34:26 -05:00
|
|
|
manages to recover from the problem automatically.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-881] Fixed race condition in AbstractClientConnAdapter that makes
|
|
|
|
it possible for an aborted connection to be returned to the pool.
|
2010-04-30 17:00:08 -04:00
|
|
|
Contributed by Tim Boemker <tboemker at elynx.com> and
|
2009-11-25 15:34:26 -05:00
|
|
|
Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-866] Removed dependency on jcip-annotations.jar.
|
2010-04-30 17:00:08 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2009-11-25 15:34:26 -05:00
|
|
|
and Sebastian Bazley <sebb at apache.org>
|
|
|
|
|
2009-09-03 16:33:15 -04:00
|
|
|
|
2009-07-12 10:25:51 -04:00
|
|
|
Release 4.0
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
HttpClient 4.0 represents a complete, ground-up redesign and almost a complete
|
|
|
|
rewrite of the HttpClient 3.x codeline. This release finally addresses several
|
|
|
|
design flaws that existed since the 1.0 release and could not be fixed without
|
|
|
|
a major code overhaul and breaking API compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
Architectural changes
|
|
|
|
---------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Redesign of the HttpClient internals addressing all known major
|
2009-07-12 10:25:51 -04:00
|
|
|
architectural shortcomings of the 3.x codeline.
|
|
|
|
|
|
|
|
* Cleaner, more flexible and expressive API.
|
|
|
|
|
|
|
|
* More modular structure.
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Better performance and smaller memory footprint due to a more efficient HTTP
|
|
|
|
transport based on HttpCore.
|
2009-07-12 10:25:51 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Implementation of cross-cutting HTTP protocol aspects through protocol
|
2009-07-12 10:25:51 -04:00
|
|
|
interceptors.
|
|
|
|
|
|
|
|
* Improved connection management, better handling of persistent connections,
|
|
|
|
support for stateful connections
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Pluggable redirect and authentication handlers.
|
2009-07-12 10:25:51 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Improved support for sending requests via a proxy or a chain of proxies
|
2009-07-12 10:25:51 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* More flexible SSL context customization
|
2009-07-12 10:25:51 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Reduced intermediate garbage in the process of generating HTTP requests
|
|
|
|
and parsing HTTP responses
|
2009-07-12 10:25:51 -04:00
|
|
|
|
|
|
|
|
|
|
|
Important notes
|
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Future releases of HttpMime module may be binary incompatible with this
|
2009-07-12 10:25:51 -04:00
|
|
|
release due to possible API changes in Apache Mime4J. Apache Mime4J is
|
|
|
|
still being actively developed and its API is considered unstable.
|
2010-04-30 17:00:08 -04:00
|
|
|
|
2009-07-12 10:25:51 -04:00
|
|
|
* HttpClient 4.0 is not fully binary compatible with 4.0 BETA1 release.
|
|
|
|
Some protected variables in connection management class have been
|
2010-04-30 17:00:08 -04:00
|
|
|
made final in order to help ensure their thread safety:
|
2009-07-12 10:25:51 -04:00
|
|
|
|
2009-07-16 17:30:38 -04:00
|
|
|
org.apache.http.conn.BasicEofSensorWatcher#attemptReuse
|
|
|
|
org.apache.http.conn.BasicEofSensorWatcher#managedConn
|
|
|
|
org.apache.http.impl.conn.DefaultClientConnectionOperator#schemeRegistry
|
|
|
|
org.apache.http.impl.conn.DefaultHttpRoutePlanner#schemeRegistry
|
|
|
|
org.apache.http.impl.conn.ProxySelectorRoutePlanner#schemeRegistry
|
|
|
|
org.apache.http.impl.conn.SingleClientConnManager#alwaysShutDown
|
|
|
|
org.apache.http.impl.conn.SingleClientConnManager#connOperator
|
|
|
|
org.apache.http.impl.conn.SingleClientConnManager#schemeRegistry
|
|
|
|
org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager#connOperator
|
|
|
|
org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager#schemeRegistry
|
2009-07-12 10:25:51 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
|
|
|
|
Bug fixes since 4.0 BETA2 release
|
2009-02-14 12:01:38 -05:00
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-861] URIUtils#resolve is now compatible with all examples given
|
2009-07-16 17:30:38 -04:00
|
|
|
in RFC 3986.
|
|
|
|
Contributed by Johannes Koch <johannes.koch at fit.fraunhofer.de>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-860] HttpClient no longer converts redirects of PUT/POST to GET
|
2009-07-14 16:12:27 -04:00
|
|
|
for status codes 301, 302, 307, as required by the HTTP spec.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-859] CookieIdentityComparator now takes path attribute into
|
2009-07-09 15:29:11 -04:00
|
|
|
consideration when comparing cookies.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2009-07-08 15:10:52 -04:00
|
|
|
* HttpClient will no longer send expired cookies back to the origin server.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2009-06-29 14:43:51 -04:00
|
|
|
* [HTTPCLIENT-856] Proxy NTLM authentication no longer fails on a redirect to
|
|
|
|
a different host.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-841] Removed automatic connection release using garbage collection
|
2009-06-29 14:43:51 -04:00
|
|
|
due to a memory leak.
|
2009-06-13 06:13:36 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-853] Fixed bug causing invalid cookie origin port to be selected
|
|
|
|
when the target is accessed on the default port and the connection is
|
2009-06-01 16:01:01 -04:00
|
|
|
established via a proxy.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-852] Fixed bug causing automatically retried redirects fail with
|
|
|
|
CircularRedirectException.
|
2009-06-01 06:39:05 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Fixed problem with the default HTTP response parser failing to handle garbage
|
2009-04-15 14:19:53 -04:00
|
|
|
preceding a valid HTTP response.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2009-03-25 18:05:45 -04:00
|
|
|
* NonRepeatableRequestExceptions now include the cause that the original
|
|
|
|
request failed.
|
|
|
|
Contributed by Sam Berlin <sberlin at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-837] Fixed problem with the wire log skipping zero byte values
|
2009-03-23 16:14:05 -04:00
|
|
|
if read one byte at a time.
|
|
|
|
Contributed by Kirill Safonov <ksafonov at swiftteams.com>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-823] 'http.conn-manager.max-total' parameter can be adjusted
|
|
|
|
dynamically. However, the size of existing connection pools per route,
|
2009-02-25 07:16:27 -05:00
|
|
|
once allocated, will not be adjusted.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-822] Default socket factories to rethrow SocketTimeoutException
|
|
|
|
as ConnectTimeoutException in case of connect failure due to a time out.
|
2009-02-14 12:01:38 -05:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-813] Fixed default port resolution. Invalid ports no longer
|
|
|
|
get replaced with the default port value.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-12-03 14:30:22 -05:00
|
|
|
Release 4.0 beta 2
|
2008-10-27 09:27:39 -04:00
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
BETA2 is a maintenance release, which addresses a number of issues
|
|
|
|
discovered since the previous release.
|
2008-12-03 14:30:22 -05:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
The only significant new feature is an addition of an OSGi compliant
|
2008-12-05 13:48:45 -05:00
|
|
|
bundle combining HttpClient and HttpMime jars.
|
2008-12-03 14:30:22 -05:00
|
|
|
|
2008-12-05 13:48:45 -05:00
|
|
|
All upstream projects are strongly encouraged to upgrade.
|
2008-12-03 14:30:22 -05:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Fixed NPE in DefaultRequestDirector thrown when retrying a failed
|
|
|
|
request over a proxied connection.
|
2008-12-05 13:54:23 -05:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-803] Fixed bug in SSL host verifier implementations
|
|
|
|
causing the SSL certificate to be rejected as invalid if the connection
|
2008-10-31 09:08:23 -04:00
|
|
|
is established using an IP address.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-10-30 09:56:25 -04:00
|
|
|
* [HTTPCLIENT-806] DefaultHttpMethodRetryHandler will no longer retry
|
|
|
|
on ConnectExceptions.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-10-28 11:11:25 -04:00
|
|
|
* DigestScheme can use an arbitrary digest algorithm requested by the
|
2010-04-30 17:00:08 -04:00
|
|
|
target server (such as SHA) as long as this algorithm is supported by
|
|
|
|
the Java runtime.
|
2008-10-28 11:11:25 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Fixed parsing and validation of RFC2109 compliant Set-Cookie headers
|
|
|
|
by the Best-Match cookie spec.
|
2008-10-28 10:05:58 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-10-27 09:27:39 -04:00
|
|
|
* Fixed bug that can cause a managed connection to be returned from the
|
2010-04-30 17:00:08 -04:00
|
|
|
pool in an inconsistent state.
|
2008-10-27 09:27:39 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
|
2008-08-19 14:03:52 -04:00
|
|
|
4.0 Beta 1
|
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
BETA1 release brings yet another round of API enhancements and
|
2008-08-19 14:03:52 -04:00
|
|
|
improvements in the area of connection management. Among the most notable
|
2010-04-30 17:00:08 -04:00
|
|
|
ones is the capability to handle stateful connections such as persistent
|
2008-08-19 14:03:52 -04:00
|
|
|
NTLM connections and private key authenticated SSL connections.
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
This is the first API stable release of HttpClient 4.0. All further
|
2008-08-19 14:03:52 -04:00
|
|
|
releases in the 4.0 code line will maintain API compatibility with this
|
|
|
|
release.
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
There has been a number of important bug fixes since ALPHA4. All upstream
|
2008-08-19 14:03:52 -04:00
|
|
|
projects are encouraged to upgrade to the latest release.
|
|
|
|
|
|
|
|
Please note HttpClient currently provides only limited support for NTLM
|
|
|
|
authentication. For details please see NTLM_SUPPORT.txt.
|
|
|
|
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
Changelog:
|
2008-05-11 09:01:02 -04:00
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-790] Protocol interceptors are now correctly invoked when
|
2008-08-12 08:53:49 -04:00
|
|
|
executing CONNECT methods.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-668] Do not use static loggers.
|
2008-07-01 14:52:41 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-06-26 00:03:24 -04:00
|
|
|
* [HTTPCLIENT-781] Respect Keep-Alive header's timeout value.
|
|
|
|
Contributed by Sam Berlin <sberlin at apache.org>
|
|
|
|
|
2008-06-08 14:11:52 -04:00
|
|
|
* [HTTPCLIENT-779] Top-level classes (HttpClient, and HttpGet, HttpPut
|
2008-08-19 14:03:52 -04:00
|
|
|
and similar HttpMethods) throw fewer checked exceptions.
|
2008-06-08 14:11:52 -04:00
|
|
|
Contributed by Sam Berlin <sberlin at apache.org>
|
|
|
|
|
2008-06-06 14:13:18 -04:00
|
|
|
* HttpClient will throw an exception if an attempt is made to retry
|
|
|
|
a request with a non-repeatable request entity.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-05-29 15:41:00 -04:00
|
|
|
* Fixed request re-generation logic when retrying a failed request.
|
|
|
|
Auto-generated headers will no accumulate.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-05-23 12:47:14 -04:00
|
|
|
* [HTTPCLIENT-424] Preemptive authentication no longer limited to BASIC
|
|
|
|
scheme only. HttpClient can be customized to authenticate preemptively
|
|
|
|
with DIGEST scheme.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-05-22 14:33:47 -04:00
|
|
|
* [HTTPCLIENT-670] Pluggable hostname resolver.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-05-22 14:26:53 -04:00
|
|
|
* [HTTPCLIENT-719] Clone support for HTTP request and cookie objects.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-05-21 13:30:45 -04:00
|
|
|
* [HTTPCLIENT-776] Fixed concurrency issues with AbstractPoolEntry.
|
|
|
|
Contributed by Sam Berlin <sberlin at gmail.com>
|
|
|
|
|
2008-05-21 13:06:17 -04:00
|
|
|
* Resolved a long standing problem with HttpClient not taking into account
|
|
|
|
the user context when pooling / re-using connections. HttpClient now
|
2010-04-30 17:00:08 -04:00
|
|
|
correctly handles stateful / user specific connections such as persistent
|
|
|
|
NTLM connections and SSL connections with client side authentication.
|
2008-05-21 13:06:17 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-05-17 07:44:16 -04:00
|
|
|
* [HTTPCLIENT-773] Improved handling of the 'expires' attribute by the
|
|
|
|
'Best Match' cookie spec.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-05-11 09:01:02 -04:00
|
|
|
* Partial NTLM support (requires an external NTLM engine). For details see
|
|
|
|
NTLM_SUPPORT.txt
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* Redesigned local execution context management.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
--------------------------------------
|
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
Release 4.0 Alpha 4
|
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
ALPHA4 marks the completion of the overhaul of the connection management
|
|
|
|
code in HttpClient. All known shortcomings of the old HttpClient 3.x
|
2008-05-01 05:33:07 -04:00
|
|
|
connection management API have been addressed.
|
2008-04-26 05:55:02 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
NTLM authentication remains the only missing major feature in the new
|
2008-04-26 05:55:02 -04:00
|
|
|
codeline that prevents us from moving awards the API freeze.
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
There has been a number of important bug fixes since ALPHA3. All upstream
|
2008-04-26 05:55:02 -04:00
|
|
|
projects are encouraged to upgrade to the latest release.
|
|
|
|
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
HttpClient 3.x features that have NOT yet been ported:
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* NTLM authentication scheme
|
|
|
|
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
Changelog:
|
2008-02-29 04:43:28 -05:00
|
|
|
-------------------
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-765] String.toLowerCase() / toUpperCase() should specify
|
2008-05-11 09:01:02 -04:00
|
|
|
Locale.ENGLISH
|
|
|
|
Contributed by Sebastian Bazley <sebb at apache.org>
|
2008-05-02 19:52:56 -04:00
|
|
|
|
2008-05-02 19:10:20 -04:00
|
|
|
* [HTTPCLIENT-769] Do not pool connection marked non-reusable.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-763] Fixed problem with AbstractClientConnAdapter#abortConnection()
|
|
|
|
not releasing the connection if called from the main execution thread while
|
2008-04-21 15:14:23 -04:00
|
|
|
there is no blocking I/O operation.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-652] Added optional state attribute to managed client connections.
|
2008-04-17 13:50:13 -04:00
|
|
|
This enables connection managers to correctly handle stateful connections.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-04-14 10:17:01 -04:00
|
|
|
* [HTTPCLIENT-673] Revised max connections per route configuration
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-04-08 07:08:52 -04:00
|
|
|
* [HTTPCLIENT-753] Class Scheme and related classes moved to a separate package
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-757] Improved request wrapping in the DefaultClientRequestDirector.
|
|
|
|
This also fixed the problem with the default proxy set at the client level
|
|
|
|
having no effect.
|
2008-04-08 06:46:04 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2008-03-19 15:36:02 -04:00
|
|
|
* [HTTPCLIENT-734] Request abort will unblock the thread waiting for a connection
|
|
|
|
Contributed by Sam Berlin <sberlin at gmail.com>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-759] Ensure release of connections back to the connection manager
|
2008-03-18 15:22:57 -04:00
|
|
|
on exceptions.
|
|
|
|
Contributed by Sam Berlin <sberlin at gmail.com>
|
|
|
|
|
2008-03-10 16:00:15 -04:00
|
|
|
* [HTTPCLIENT-758] Fixed the use of generics in AbstractHttpClient
|
|
|
|
#removeRequestInterceptorByClass and #removeResponseInterceptorByClass
|
|
|
|
Contributed by Johannes Koch <johannes.koch at fit.fraunhofer.de>
|
|
|
|
|
2008-02-29 08:19:50 -05:00
|
|
|
* [HTTPCLIENT-749] HttpParams beans
|
|
|
|
Contributed by Stojce Dimski <sdmiski at yahoo.it>
|
|
|
|
|
2008-02-29 04:43:28 -05:00
|
|
|
* [HTTPCLIENT-755] Workaround for known bugs in java.net.URI.resolve()
|
|
|
|
Bug ID: 4708535
|
|
|
|
Contributed by Johannes Koch <johannes.koch at fit.fraunhofer.de>
|
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
--------------------------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
Release 4.0 Alpha 3
|
|
|
|
-------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
ALPHA3 release brings another round of API refinements and improvements in
|
|
|
|
functionality. As of this release HttpClient requires Java 5 compatible
|
2008-04-26 05:55:02 -04:00
|
|
|
runtime environment and takes full advantage of generics and new concurrency
|
2010-04-30 17:00:08 -04:00
|
|
|
primitives.
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
This release also introduces new default cookie policy that selects a cookie
|
|
|
|
specification depending on the format of cookies sent by the target host.
|
|
|
|
It is no longer necessary to know beforehand what kind of HTTP cookie support
|
|
|
|
the target host provides. HttpClient is now able to pick up either a lenient
|
2008-04-26 05:55:02 -04:00
|
|
|
or a strict cookie policy depending on the compliance level of the target host.
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
Another notable improvement is a completely reworked support for multipart
|
2008-04-26 05:55:02 -04:00
|
|
|
entities based on Apache mime4j library.
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
-------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
HttpClient 3.x features that have NOT yet been ported:
|
|
|
|
-------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* NTLM authentication scheme
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
-------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
Changelog:
|
|
|
|
-------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-742] common interface for HttpRoute and RouteTracker
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-741] Fixed concurrency issues in AbstractClientConnAdapter.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-726] testcase for spurious wakeups in ThreadSafeClientConnManager
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-643] Automatic connect fail-over for multi-home remote servers.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-735] unsetting of DEFAULT_PROXY and FORCED_ROUTE in hierarchies
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-723] route planner based on java.net.ProxySelector
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-740] don't start connection GC thread in pool constructor
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-736] route planners use SchemeRegistry instead of ConnManager
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-730] Fixed rewriting of URIs containing escaped characters
|
2010-04-30 17:00:08 -04:00
|
|
|
Contributed by Sam Berlin <sberlin at gmail.com> and
|
2008-04-26 05:55:02 -04:00
|
|
|
Oleg Kalnichevski <olegk at apache.org>
|
2010-04-30 17:00:08 -04:00
|
|
|
|
|
|
|
* [HTTPCLIENT-667] Added 'Meta' cookie policy that selects a cookie
|
2008-04-26 05:55:02 -04:00
|
|
|
specification depending on the format of the cookie(s).
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-729] Move HttpRoute and related classes to routing package.
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-725] Use TimeUnit arguments for timeouts in connection manager.
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-677] Connection manager no longer uses Thread.interrupt().
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-716] Allow application-defined routes.
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-712] Improve HttpRoute API
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-711] Bad route computed for redirected requests
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-715] Remove RoutedRequest from API
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-04-26 05:55:02 -04:00
|
|
|
* [HTTPCLIENT-705] Fixed incorrect handling of URIs with null path component.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-688] HttpOptions#getAllowedMethods can now handle multiple
|
2008-04-26 05:55:02 -04:00
|
|
|
Allow headers.
|
|
|
|
Contributed by Andrea Selva <selva.andre at gmail.com>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-02-11 11:10:46 -05:00
|
|
|
--------------------------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-02-11 11:10:46 -05:00
|
|
|
Release 4.0 Alpha 2
|
|
|
|
-------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
ALPHA2 release is another milestone in the redesign of HttpClient. It includes
|
|
|
|
a number of improvements since ALPHA1, among which are improved connection
|
2008-02-11 11:10:46 -05:00
|
|
|
pooling, support for proxy chains, redesigned HTTP state and authentication
|
2010-04-30 17:00:08 -04:00
|
|
|
credentials management API, improved RFC 2965 cookie specification.
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-02-11 11:10:46 -05:00
|
|
|
-------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-02-11 11:10:46 -05:00
|
|
|
HttpClient 3.x features that have NOT yet been ported
|
|
|
|
-------------------
|
|
|
|
* NTLM authentication scheme
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Support for multipart MIME coded entities
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-02-11 11:10:46 -05:00
|
|
|
-------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-02-11 11:10:46 -05:00
|
|
|
Changelog
|
|
|
|
-------------------
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-698] Resolve non-absolute redirect URIs relative to
|
2008-02-11 11:10:46 -05:00
|
|
|
the request URI
|
|
|
|
Contributed by Johannes Koch <johannes.koch at fit.fraunhofer.de>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-697] Throw a more intelligible exception when connection
|
|
|
|
to a remote host cannot be established.
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-689] Caching of SimpleDateFormat in DateUtils
|
|
|
|
Contributed by Daniel Müller <strider at digitalstrider.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-689] stackable parameters in AbstractHttpClient
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-477] Use distinct instances of the authentication handler
|
2008-02-11 11:10:46 -05:00
|
|
|
interface for authentication with target and proxy hosts
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-690] ManagedClientConnection provides access to SSLSession
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-692] ClientConnectionManager throws InterruptedException
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCORE-116] moved parameter names to interfaces
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-649] support for proxy chains in HttpConn
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-636] refactor ThreadSafeClientConnManager in separate package
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-669] new HttpRoutePlanner interface and implementation
|
|
|
|
Contributed by Andrea Selva <selva.andre at gmail.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-653] detached connection wrapper no longer prevents
|
|
|
|
garbage collection of ThreadSafeClientConnManager
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-674] use org.apache.http.util.VersionInfo instead of a local one
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* [HTTPCLIENT-666] Replaced HttpState with CredentialsProvier and CookieStore interfaces
|
2008-02-11 11:10:46 -05:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
2007-10-30 12:58:16 -04:00
|
|
|
|
2008-02-11 11:10:46 -05:00
|
|
|
* [HTTPCORE-100] revised HttpContext hierarchy
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-618] eliminate class HostConfiguration
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-672] re-sync with API changes in core alpha6-SNAPSHOT
|
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
|
|
|
--------------------------------------
|
2007-07-19 13:55:05 -04:00
|
|
|
|
2007-07-08 17:53:04 -04:00
|
|
|
Release 4.0 Alpha 1
|
|
|
|
-------------------
|
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
HttpClient 4.0 represents a complete, ground-up redesign and almost a complete
|
|
|
|
rewrite of the HttpClient 3.x codeline. This release finally addresses several
|
|
|
|
design flaws that existed since the 1.0 release and could not be fixed without
|
|
|
|
a major code overhaul and breaking API compatibility.
|
2007-07-09 12:09:18 -04:00
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
The HttpClient 4.0 API is still very experimental and is bound to change
|
|
|
|
during the course of the ALPHA development phase. Several important features
|
|
|
|
have not yet been ported to the new API.
|
2007-07-09 12:09:18 -04:00
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
Architectural changes
|
|
|
|
---------------------
|
2007-07-09 12:09:18 -04:00
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
* Redesign of the HttpClient internals addressing all known
|
|
|
|
major architectural shortcomings of the 3.x codeline
|
2007-07-09 12:09:18 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Cleaner, more flexible and expressive API
|
2007-07-09 12:09:18 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Better performance and smaller memory footprint due to a more
|
|
|
|
efficient HTTP transport based on HttpCore. HttpClient 4.0 is
|
2007-07-13 09:37:46 -04:00
|
|
|
expected to be 10% to 25% faster than HttpClient 3.x codeline
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* More modular structure
|
2007-07-09 12:09:18 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Pluggable redirect and authentication handlers
|
2007-07-09 12:09:18 -04:00
|
|
|
|
|
|
|
* Support for protocol incerceptors
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Improved connection management
|
2007-07-09 12:09:18 -04:00
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Improved support for sending requests via a proxy or a chain of
|
|
|
|
proxies
|
2007-07-09 12:09:18 -04:00
|
|
|
|
|
|
|
* Improved handling redirects of entity enclosing requests
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* More flexible SSL context customization
|
2007-07-09 12:09:18 -04:00
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
* Reduced intermediate garbage in the process of
|
2010-04-30 17:00:08 -04:00
|
|
|
generating HTTP requests and parsing HTTP responses
|
2007-07-09 12:09:18 -04:00
|
|
|
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
HttpClient 3.x features that have NOT yet been ported
|
|
|
|
-------------------
|
|
|
|
* NTLM authentication scheme
|
|
|
|
|
|
|
|
* RFC2965 cookie policy (Cookie2)
|
|
|
|
|
2010-04-30 17:00:08 -04:00
|
|
|
* Support for multipart MIME coded entities
|
2007-07-09 12:09:18 -04:00
|
|
|
|
|
|
|
-------------------
|
2007-10-31 11:48:39 -04:00
|
|
|
|
|
|
|
Changelog
|
|
|
|
-------------------
|
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
The following is a list of contributions tracked in JIRA.
|
|
|
|
Note that this is not a complete list of contributions or changes.
|
|
|
|
Since the API was redesigned completely, tracking everything outside
|
|
|
|
of the source code repository would have been too burdensome.
|
2007-07-09 12:09:18 -04:00
|
|
|
|
2007-07-08 17:53:04 -04:00
|
|
|
* [HTTPCLIENT-655] User-Agent string no longer violates RFC
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-541] Virtual host API redesign
|
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
* [HTTPCLIENT-614] Allow for different strategies when checking
|
|
|
|
CN of x509 certificates
|
2007-07-08 17:53:04 -04:00
|
|
|
Contributed by Julius Davies <juliusdavies at gmail.com>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-136] Fixed inadequate proxy support
|
2007-07-10 06:41:41 -04:00
|
|
|
Long standing architectural problem. Issue opened on 19/Dec/2002.
|
2007-07-08 17:53:04 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-63] Support for pluggable redirect and authentication handlers
|
2010-04-30 17:00:08 -04:00
|
|
|
Long standing architectural problem. Issue opened on 15/Jul/2002.
|
2007-07-08 17:53:04 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
* [HTTPCLIENT-245] Fixed redirect handling. HttpClient can now automatically
|
2010-04-30 17:00:08 -04:00
|
|
|
handle redirects of entity enclosing requests.
|
2007-07-10 06:41:41 -04:00
|
|
|
Long standing architectural problem. Issue opened on 14/Jul/2003.
|
2007-07-08 17:53:04 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
|
|
|
* [HTTPCLIENT-613] HTTPS connections now verify CN of x509 certificates
|
|
|
|
Contributed by Julius Davies <juliusdavies at gmail.com>
|
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
* [HTTPCLIENT-497] Wire/header logger names consistent with class loggers
|
2007-07-08 17:53:04 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
* [HTTPCLIENT-484] AuthSSLProtocolSocketFactory in the main distribution
|
2007-07-08 17:53:04 -04:00
|
|
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
* [HTTPCLIENT-589] Do not consume the remaining response content if
|
|
|
|
the connection is to be closed
|
2007-07-08 17:53:04 -04:00
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|
2007-07-10 06:41:41 -04:00
|
|
|
* [HTTPCLIENT-475] Support for unconnected sockets. HTTP requests can now be
|
|
|
|
aborted while network socket is still being connected.
|
2007-07-08 17:53:04 -04:00
|
|
|
Contributed by Roland Weber <rolandw at apache.org>
|
|
|
|
|