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:
Sebastian Bazley 2011-01-12 17:18:50 +00:00
parent 7b141fd52d
commit 5ddda40967
1 changed files with 6 additions and 2 deletions

View File

@ -33,8 +33,12 @@ maintained and supported by Apache HttpComponents project.
Changelog
-------------------
* 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
storage backends and/or implementing custom serializers for cache entries.
HttpCacheEntry class - the deprecated public Set<String> getVariantURIs() method and constructor
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
more closely when parsing Netscape style cookies. Comma will no longer be treated as a header