Bug #55753
pagetype is not respected in pagecache
Status: | Resolved | Start date: | 2014-02-07 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | Caching | Spent time: | - | |
Target version: | next-patchlevel | |||
TYPO3 Version: | 6.2 | Is Regression: | Yes | |
PHP Version: | Sprint Focus: | |||
Complexity: | easy |
Description
When a pagecontent is cached the type is not respected, so it happens, that you get the wrong cacheentries when requesting a page 2 times.
Related issues
Associated revisions
[BUGFIX] Typo in TypoScriptFrontendController
$this->typ needs to be $this->type
Resolves: #55753
Releases: 6.2
Change-Id: I5414de0a00b4d0b7adecd783243990397cccb0b7
Reviewed-on: https://review.typo3.org/27403
Reviewed-by: Markus Klein
Tested-by: Markus Klein
History
#1 Updated by Philipp Wrann over 1 year ago
- % Done changed from 0 to 50
in TypoScriptFrontEndController, line 2326 (current master [179675e])
fix 'type' => (int)$this->typ, to 'type' => (int)$this->type,
#2 Updated by Markus Klein over 1 year ago
- Status changed from New to Accepted
- % Done changed from 50 to 0
Thanks a lot for finding this!
Patch comes along.
#3 Updated by Markus Klein over 1 year ago
- Is Regression changed from No to Yes
Regression to #54265
#4 Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted 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/27403
#5 Updated by Markus Klein over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 65bbdfe3c4cff3f61064aaef169ccf628b08aad5.