-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-dev
-
None
-
None
The container processors are executed too early. If an error happens, it may cause `$request` to be accessed, which does not exist yet at that point.
This problem can be solved by executing the processors after all of the globals have been created.