Bug #66605
closed
TSFE: config get overridden on cached page
Added by Andreas Kienast over 9 years ago.
Updated about 7 years ago.
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
- 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
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
- Target version changed from 7.2 (Frontend) to 7.3 (Packages)
- Sprint Focus changed from Stabilization Sprint to Remote Sprint
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
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
- Assignee set to Markus Klein
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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- 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
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF