cache does not honor must-revalidate or proxy-revalidate Cache-Control
directives
---------------------------------------------------------------------------------
Key: HTTPCLIENT-965
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-965
Project: HttpComponents HttpClient
Issue Type: Bug
Components: Cache
Affects Versions: 4.1 Alpha2
Reporter: Jonathan Moore
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.4
There are a couple of missed requirements here regarding must-revalidate and
proxy-revalidate (which applies only to shared caches).
1. When a cache entry with this directive is revalidated, it must be an
end-to-end revalidation (meaning it must include 'max-age=0' on the request).
2. If the revalidation with the origin fails, the cache MUST NOT return a stale
entry and MUST return a 504 response.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]