TYPO3: cacheHash excludedParameters fails when parameters have dots

revision 67bb70c23e114303086a370d6f4857f2040965b9

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".

History