Clarify what was actually removed
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1058242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b141fd52d
commit
5ddda40967
|
@ -33,8 +33,12 @@ maintained and supported by Apache HttpComponents project.
|
||||||
Changelog
|
Changelog
|
||||||
-------------------
|
-------------------
|
||||||
* The public API for the caching module had a minor change between 4.1-beta and 4.1-GA to the
|
* The public API for the caching module had a minor change between 4.1-beta and 4.1-GA to the
|
||||||
HttpCacheEntry class. This will likely not affect you unless you are implementing new
|
HttpCacheEntry class - the deprecated public Set<String> getVariantURIs() method and constructor
|
||||||
storage backends and/or implementing custom serializers for cache entries.
|
public HttpCacheEntry(Date requestDate, Date responseDate,
|
||||||
|
StatusLine statusLine, Header[] responseHeaders,
|
||||||
|
Resource resource, Map<String, String> variantMap)
|
||||||
|
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.
|
||||||
|
|
||||||
* Changed Browser-Compatibility and Best-Match cookie policies to emulate the behaviour of FireFox
|
* 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
|
more closely when parsing Netscape style cookies. Comma will no longer be treated as a header
|
||||||
|
|
Loading…
Reference in New Issue