Project

General

Profile

Actions

Bug #72703

open

Flash message caching has changed in TYPO3 7.3

Added by Felix Nagel over 8 years ago. Updated about 2 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2016-01-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
cache, extbase, fluid, viewhelper
Complexity:
Is Regression:
No
Sprint Focus:

Description

Flash messages rendered by EXT:fluid VH are cached and rendered from cache on page access. This was not the case before TYPO3 7.3 and is not the case when using TYPO3 6.2.

Example
User creates an object, a flash message is added and the user is redirected to the list view.
The flash message will be cached and displayed to any user until the cache of the page is flushed somehow.

Previously the page cache was disabled whenever the flash messages VH was used within a cached plugin.

Cause of this is a removed no cache config in the flash message VH, see marked line:

https://github.com/TYPO3/TYPO3.CMS/commit/70a7ed3a9a8e4462618c81a47122d6825ab7d70f#diff-c458c84cec13de48e7fabedab0c4e47aL114

This behavior change is undocumented and should be considered breaking.

Links
Actions

Also available in: Atom PDF