cache should not generate stale responses to requests explicitly requesting 
first-hand or fresh ones
----------------------------------------------------------------------------------------------------

                 Key: HTTPCLIENT-992
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-992
             Project: HttpComponents HttpClient
          Issue Type: Improvement
          Components: Cache
    Affects Versions: 4.1 Alpha2
            Reporter: Jonathan Moore


The current implementation will serve a stale response in the case that it has 
a stale cache entry but revalidation with the origin fails. However, the RFC 
says we SHOULD NOT do this if the client explicitly requested a first-hand or 
fresh response (via no-cache, max-age, max-stale, or min-fresh).


-- 
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: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to