components) && !in_array('RequestHandler', $this->components, true) ) { $this->components[] = 'RequestHandler'; } $this->constructClasses(); if ($this->Components->enabled('Auth')) { $this->Components->disable('Auth'); } if ($this->Components->enabled('Security')) { $this->Components->disable('Security'); } $this->startupProcess(); $this->_set(array('cacheAction' => false, 'viewPath' => 'Errors')); } }