Actions
Bug #91874
closedCached exceptions with config.contentObjectExceptionHandler
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2020-07-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Prerequisites:
- config.contentObjectExceptionHandler = 1
When a content exception occurs, the exception will be catched and displayed as "Oops an error occurred." message. This message gets cached.
This enables users or bots to call a uncached plugin page with invalid action parameters and cause "Oops" messages.
E.g. a bot can call a page like "/de/news?tx_extension_newslist[action]=invalidaction" and cause a "The action "invalidaction" (controller "News") is not allowed by this plugin / module" exception. To solve this the cache has to be cleared.
Actions