diff --git a/cake/libs/controller/components/security.php b/cake/libs/controller/components/security.php index dd3a48bf0..587539def 100644 --- a/cake/libs/controller/components/security.php +++ b/cake/libs/controller/components/security.php @@ -160,7 +160,7 @@ class SecurityComponent extends Object { * @var array * @access public */ - public $components = array('RequestHandler', 'Session'); + public $components = array('Session'); /** * Holds the current action of the controller