TYPO3: cacheHash excludedParameters fails when parameters have dots

raw

README.rst

Does not work in TYPO3 v11:

$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'didomiConfig.notice.enable';

Reason is that dots get replaced with underscores _, and TYPO3's cache hash calculator only sees "didomiConfig_notice_enable".

Christian Weiske Christian Weiske
owner

History