Bug #66605
closedTSFE: config get overridden on cached page
100%
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
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38958
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38958
Updated by Mathias Schreiber over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.3 (Packages)
- Sprint Focus changed from Stabilization Sprint to Remote Sprint
Updated by Andreas Kienast over 9 years ago
- File pagetitletest.zip pagetitletest.zip added
- Description updated (diff)
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38958
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41132
Updated by Andreas Fernandez over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d580d6c81ef327e865b8be46a89855d9ac577b05.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41132
Updated by Andreas Fernandez over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8c5a3b7beaab430b34dac04bcd2153bcb79762e1.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed