Project

General

Profile

Actions

Bug #66605

closed

TSFE: config get overridden on cached page

Added by Andreas Kienast about 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Frontend
Target version:
Start date:
2015-04-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Remote Sprint

Description

On a cached page, the config array gets completely overriden, the config of the cached page gets lost.

How to reproduce

Install the attached extension made by Markus. Create an empty page and insert the following TypoScript:

# make sure we have only a partially cached page; feuser is USER_INT
page.5647 < plugin.tx_felogin_pi1

# set page title via cached plugin
page.5700 = USER
page.5700.userFunc = Reelworx\Pagetitletest\CachedPlugin->main

# set page title via uncached plugin
page.5800 = USER_INT
page.5800.userFunc = Reelworx\Pagetitletest\UncachedPlugin->main

Now clear the frontend caches. Open a new browser and do not login into the backend. Open the created page in that browser. You'll notice the pageTitleSeparator is :::: at the first call of the page. If you reload that page, the pageTitleSeparator becomes :.


Files

pagetitletest.zip (2.25 KB) pagetitletest.zip Andreas Kienast, 2015-04-27 16:47

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #66499: double site titleClosedMarkus Klein2015-04-20

Actions
Actions

Also available in: Atom PDF