Project

General

Profile

Actions

Bug #91169

open

Replace file does not invalidate page cache

Added by Anonymous about 4 years ago. Updated 7 months ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2020-04-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
hard
Is Regression:
Sprint Focus:

Description

An editor uploads an image in filelist. The editor references the image in a "textpic" CE on a page 1. The editor visits the frontend of page 1 and the page gets cached.

If an Editor replaces the image via "replace" functionality in filelist:

  • processed files are removed. which is correct
  • but page cache with references to the image is not invalidated

result:

textpic on page 1 shows no image anymore (as processed files were deleted and webserver says 404).

expected behaviour:

invalidate caches (e.g. pages) where file-references to fal-files are made.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #63976: Replacing an image in File > Filelist does not trigger recreation of thumbnailClosed2014-12-18

Actions
Related to TYPO3 Core - Bug #68008: Processed image versions are not deleted when image file is replacedClosed2015-07-09

Actions
Related to TYPO3 Core - Feature #94478: Clear pages caches on referenced file replaceClosed2021-07-05

Actions
Related to TYPO3 Core - Bug #95759: Clearing cache of pages where file is linked if file was replacedClosed2021-10-24

Actions
Actions

Also available in: Atom PDF