Bug #78526
Updated by Helmut Hummel about 8 years ago
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 <code>$GLOBALS['TYPO3_CONF_VARS']['FE']['cHashIncludePageId']</code> is set to true
# Create a page and give it an alias <code>foobar</code>
# Add the following TypoScript:
<pre>
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
</pre>
h3. Expected behavior
The link works
h3. Actual behavior
cHash mismatch error