Commit 1ae11adc authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_web: authenticate cache should send Last-Modified

  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.
parent 09dd7da2
......@@ -81,7 +81,7 @@
</item>
<item>
<key> <string>_last_modified</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>_max_age_secs</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment