Actions
Bug #78526
closedWrong cHash calculation when url aliases are used with $GLOBALS['TYPO3_CONF_VARS']['FE']['cHashIncludePageId']
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-11-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Actions