Actions
Bug #60235
closedException handler unavailable in early bootstrap
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-07-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently registering the exception handler is done
after extensions are loaded to allow extensions to
modify configuration to override the exception handler
defined in LocalConfiguration or DefaultConfiguration.
Registering the exception handler so late has however
the drawback that exceptions throw before lack proper
handling (and maybe in production even disclose more information
than needed).
Actions