Project

General

Profile

Actions

Bug #104544

closed

TypoScript cache of nested Site Sets are not unique in Frontend

Added by Benjamin Franzke 3 months ago. Updated 5 days ago.

Status:
Closed
Priority:
Must have
Category:
TypoScript
Target version:
Start date:
2024-08-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If a set extends another set by depending on it and changing some TypoScript:

typo3conf/ext/mysite/Configuration/Sets/ExtendingSite/config.yaml

name: my/extending-site
label: 'My Extending Site'
dependencies:
  - typo3/styleguide

typo3conf/ext/mysite/Configuration/Sets/ExtendingSite/setup.typoscript

page >
page = PAGE
page.1 = TEXT
page.1.value = FOOBAR

then the frontend will create a TypoScript cache and apply that to sites that either use the set my/extending-site or typo3/styleguide while the sets are actually different.

The backend TypoScript analyzer does not suffer from this.

Credits to @Tomek W for finding this bug.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #103439: Site TypoScriptClosed2024-03-20

Actions
Actions #1

Updated by Gerrit Code Review 3 months ago

  • Status changed from Accepted 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/+/85497

Actions #2

Updated by Gerrit Code Review 3 months 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/+/85497

Actions #3

Updated by Christian Kuhn 2 months ago

Actions #4

Updated by Benjamin Franzke 2 months ago

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

Updated by Benni Mack 5 days ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF