Project

General

Profile

Actions

Bug #55753

closed

pagetype is not respected in pagecache

Added by Philipp Wrann about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Caching
Target version:
Start date:
2014-02-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:

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 1 (0 open1 closed)

Related to TYPO3 Core - Task #54265: Use (int) instead of intval() or (integer)ClosedJo Hasenau2013-12-07

Actions
Actions #1

Updated by Philipp Wrann about 10 years ago

  • % Done changed from 0 to 50

in TypoScriptFrontEndController, line 2326 (current master [179675e])
fix 'type' => (int)$this->typ, to 'type' => (int)$this->type,

Actions #2

Updated by Markus Klein about 10 years ago

  • Status changed from New to Accepted
  • % Done changed from 50 to 0

Thanks a lot for finding this!

Patch comes along.

Actions #3

Updated by Markus Klein about 10 years ago

  • Is Regression changed from No to Yes

Regression to #54265

Actions #4

Updated by Gerrit Code Review about 10 years 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

Actions #5

Updated by Markus Klein about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF