Bug #100886
closedPages not statically cacheable any more
100%
Description
Since #100665, TYPO3 pages are not statically cacheable any more, since a new value is added to controller->config['INTincScript'][]
in typo3/sysext/frontend/Classes/Http/RequestHandler.php
. This leads to, that the TypoScriptFrontendController::isStaticCacheble()
check will always return false
, because it checks, it any INTincScript
value is set.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79058
Updated by Oliver Hader over 1 year ago
- Related to Bug #100665: Handle dynamic nonce update in cached HTML markup added
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79058
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79058
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79073
Updated by Oliver Hader over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 96c8577e6d0dec6d0737f488e9819298eb391c40.