Actions
Bug #90537
closedAssetCollector doesn't work for uncached plugins
Start date:
2020-02-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
AssetCollector is a singleton, but of course does not survive requests.
Since uncached plugins should be able to access asset state from cached TypoScript
or other uncached plugins, we must make sure this state is serialized in the cache
(PageRenderer is serialized) and restored from cache.
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63433
Updated by Helmut Hummel over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1981e762c9b4601221c8cc3eaf5847b01899d20c.
Updated by Susanne Moog over 4 years ago
- Related to Bug #90565: PageRenderer, Assetcollector - Serialization of Closure is not allowed added
Actions