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.
Updated by Benjamin no-lastname-given over 10 years ago
- Target version set to 6.2.0
I think to implement this the file hashing logic must be changed or extended.
The hash function may need to include the first xxx bytes of the file itself or some filesystem info like the changed/created date.
Is the hash function in TYPO3 6.2 the same as in 6.1?
Maybe we can get this change into 6.2 before release?
Updated by Mathias Schreiber almost 10 years ago
- Category set to File Abstraction Layer (FAL)
- Sprint Focus set to On Location Sprint
Unsure if this has not already been tackled
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
duplicate of #44645. Will continue there
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Actions