cakephp2-php8/lib
mark_story 3083b01f7d Fix exceptions being thrown in beforeFilter breaking error pages.
If an exception was raised in the AppController::beforeFilter(),
requests for content-type responses would render as HTML. Extracting the
startupProcess() allows us to keep a reference to the error controller,
which can be used to force startup RequestHandlerComponent if its
enabled.

Fixes #3389
2012-11-24 15:38:42 -05:00
..
Cake Fix exceptions being thrown in beforeFilter breaking error pages. 2012-11-24 15:38:42 -05:00