bugfix/patchcache

Patch for Backend Layout

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

v0.2.0 2022-08-16 18:55 UTC

This package is auto-updated.

Last update: 2024-03-30 00:26:00 UTC


README

What is does

One patch for the TYPO3 Cache is inside of this extension.

The cHash paramter has only be added if the configuration useCacheHash=1 in all versions of TYPO3 before 9. Without this patch it is not possible any more to not use the cache. This however makes it impossible to use an Ajax call, because the page will be fetched only from the cache, even when the paramter no_cache=1 is provided.

alternative solution in TYPO3 9

Add the exceptions for the cHash calculation in the Install Tool, if the eID parameter of an Ajax call resulted in a wrong page coming from the cache. Then the cHash can be at the end of the link and it will not result in this error:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1518472189: Request parameters could not be validated (&cHash comparison failed)

$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'] = ...,eID

Please send me a notification if there is any other solution.

Issue #90973