Actions
Bug #56539
closedUpdate/Change file-hash when file is replaced with a new one with the filelist
Status:
Closed
Priority:
-- undefined --
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-03-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you have for example a resized image on your webpage:
<img src="/typo3temp/_processed_/csm_filename_ccc_cc_de_ff24b110eb.jpg" />
And you do overwrite this image with a new image (same size and name) in the filelist,
then the filehash at the end should change, so that the browser loads the new file and does not show the old, cached version.
Actions