Actions
Bug #39706
closedSprite manager cache race condition
Start date:
2012-08-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
If the sprite manager is initialized in the frontend with empty caches, the cache content will not be rendered correctly due to missing information in frontend scope.
Solution is to not initialize the sprite manager in frontend and cli context at all, they are not needed anyway. feedit still works.
Actions