Bug #78526
closedWrong cHash calculation when url aliases are used with $GLOBALS['TYPO3_CONF_VARS']['FE']['cHashIncludePageId']
100%
Description
Since #76462 the page ID is included in cHash calculation.
However when using page aliases, the alias is used instead of the page uid
Steps to reproduce:
- Make sure
$GLOBALS['TYPO3_CONF_VARS']['FE']['cHashIncludePageId']
is set to true - Create a page and give it an alias
foobar
- Add the following TypoScript:
page.1 = TEXT page.1.value = Cache Hash Link page.1.typolink.parameter = foobar page.1.typolink.additionalParams = &foo=bar page.1.typolink.useCacheHash = 1
Expected behavior¶
The link works
Actual behavior¶
cHash mismatch error
Updated by Gerrit Code Review about 8 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/50468
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50574
Updated by Anonymous about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d5c5c76eb7187b53ebe1476b85ac29039a612e8c.
Updated by Gerrit Code Review about 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50577
Updated by Anonymous about 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset d9ee0e466fdeb95cc63d6fc81b96461b7c40b23c.
Updated by Gerrit Code Review about 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50657
Updated by Anonymous about 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 06ee1e4d8922ca0e79124735f0f117cc8a339aa2.