Actions
Bug #82852
closedEmpty page with invalid config.metaCharset
Start date:
2017-10-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If an invalid value is set for config.metaCharset
, the whole page output is dropped and an empty page is shown instead.
There was a workaround added (#81634) for cases like UTF-8
instead of utf-8
but there are millions of ways of doing it wrong, e.g. utf8
instead of utf-8
.
Instead of silently dropping the page content without notice, an error should be thrown which clearly hints at the error.
Actions