Actions
Bug #72402
closedConstants added via addTypoScriptConstants() are missing after clearing frontend cache
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-12-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I received reports about an issue in my extension iconfont after clearing the fontend cache. I was able to reproduce it reliable and I think it is an issue in TYPO3 core.
In my extension I define typoscripts constants in ext_tables.php using ExtensionManagementUtility::addTypoScriptConstants().
When I clear the frontend cache and reload the page with the same browser the constants are still available and everthing works as expected. But if I clear the fontend cache in one browser and reload the page in another browser in which I am not logged in to the TYPO3 backend the constants are missing.
See https://forge.typo3.org/issues/72272#note-2
Cheers Pascal
Actions