arturobernalg commented on PR #445:
URL: 
https://github.com/apache/httpcomponents-client/pull/445#issuecomment-1540824352

   > @arturobernalg This is what 
[HTTPCLIENT-2273](https://issues.apache.org/jira/browse/HTTPCLIENT-2273) says:
   > 
   > ```
   >  # Update the caching module to identify and handle "no-cache" directives 
with specified header fields.
   >  # Revalidate the response with the origin server when the specified 
header fields are present in a cached response, to ensure that they are not 
reused without successful revalidation.
   >  # Ensure that the rest of the response is still cacheable when the 
specified header fields are present, as long as the response complies with 
other caching requirements.
   > ```
   > 
   > Changes to `#isExplicitlyNonCacheable`method seem to have addressed the 
point 1. How do point 2 and 3 get addressed?
   
   @ok2c 
   This pull request primarily handles the identification and parsing of the 
"no-cache" directive with specified header fields as per 
[HTTPCLIENT-1953](https://issues.apache.org/jira/browse/HTTPCLIENT-1953). The 
implementation of revalidation and cacheability of responses based on these 
specified header fields will be taken care of in a future pull request 
targeting 
[HTTPCLIENT-2273](https://issues.apache.org/jira/browse/HTTPCLIENT-2273).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to