• Rafael Monnerat's avatar
    erp5_web: authenticate cache should send Last-Modified · 1ae11adc
    Rafael Monnerat authored
      Since we issue an no-store and no 304s, the Last-Modified could confuse the frontend if If-Modified-Since header is present on the request.
    
      If-Modified-Since is sent, the ERP5 wont return with 304, so we don't expect that the frontend does it (but it does), so since we don't expect that user stores the last request it makes no sense to return with Last-Modified.
    1ae11adc
caching_policy_manager.xml 78.4 KB