Actions
Story #28743
closedAdd method to send no-cache HTTP headers
Start date:
2011-08-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Sprint Focus:
Description
In #24125 the sending of HTTP Cache-Control
and Pragma
headers which disable caching is fixed for logged in FE and BE users using IE.
The same code should be available for all places that trigger disabling of client side caches.
Suggestion: add new method sendNoCacheHeaders()
to class t3lib_utility_Http
and use it everywhere in the core where applicable.
Files
Updated by Thorsten Kahler over 13 years ago
- File Issue__28743__Add_method_to_send_no-cache_HTTP_headers.patch Issue__28743__Add_method_to_send_no-cache_HTTP_headers.patch added
First draft for patch, based on https://review.typo3.org/#change,1417,patchset=6
Updated by Mathias Schreiber almost 10 years ago
- Tracker changed from Feature to Story
- Target version set to 7.2 (Frontend)
- Translation missing: en.field_remaining_hours set to 0.0
- TYPO3 Version set to 4.7
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Benni Mack about 9 years ago
- Status changed from New to Rejected
as we are going towards PSR-7, HttpUtility will eventually become obsolete.
Actions