cache returns cached responses even if validators not consistent with all 
conditional headers
---------------------------------------------------------------------------------------------

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


This is a MUST-level requirement in the RFC, where if both ETags and 
Last-Modified dates are used as validators in a conditional request, a cache 
cannot return a cached response unless it is consistent with all the 
conditional headers in the request. There is a unit test for this already, but 
it is incorrect (it uses 'If-Unmodified-Since' instead of 'If-Modified-Since' 
in the test case).



-- 
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]

Reply via email to