Bug #87066
closedTSFE->pageCacheTags is missing in __get() and misses a getter
100%
Description
In current master it is possible to access the protected property $pageCacheTags through __get().
This is not intentional.
Instead there should be a proper getter to access the current CacheTags.
Updated by Gerrit Code Review almost 6 years ago
- 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 https://review.typo3.org/59022
Updated by Gerrit Code Review almost 6 years ago
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/59022
Updated by Anonymous almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5b4433410cdcb621753ca7b56bd2dfbba56332b5.
Updated by Gerrit Code Review almost 6 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59028
Updated by Benni Mack almost 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset b6122653137857310820c0d94205c34a5719af1e.
Updated by Gerrit Code Review almost 6 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Teams/Security/TYPO3v4-Core has been pushed to the review server.
It is available at https://review.typo3.org/59039
Updated by Susanne Moog over 5 years ago
- Status changed from Under Review to Resolved
Updated by Benni Mack over 5 years ago
- Related to Feature #79053: Page cache tags not accessible from hooks added