Project

General

Profile

Actions

Bug #78068

closed

Page get cached when called without cHash-param

Added by Peter Rauber over 7 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2016-09-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint

Description

Steps to reproduce:
  • install an extensions (like news)
  • create 2 news entries
  • place the news-plugin (and set the storage of the news-entries)
  • call the page of a news-entry (without cHash-param) i.e. index.php?id=1&tx_news_pi1%5Bnews%5D=1&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail
  • call the page again without cHash, but for another news-id: index.php?id=1&tx_news_pi1%5Bnews%5D=2&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail

Expected Result:
On the 1st call, you see the 1st news-entry, on the second call, you see the 2nd news-entry

Actual Result:
You see on both calls the 1st news-entry (because it gets cached in the 1st call)

So: Why does TYPO3 cache the page when there are different get-parameters sent? I understand the cHash-system, but there are situations when the cHash is NOT present and I want my system to render a proper page even in those cases.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #88688: routeEnhancer: cHash validation errors are cached and subseqently show up on correct URLs, too (and vice versa)New2019-07-04

Actions
Actions

Also available in: Atom PDF