Re: Security Blackholing actions I didn't specify

2011-04-29 Thread DragonFlyEye
Bump. Anybody? Anybody? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...

Security Blackholing actions I didn't specify

2011-04-28 Thread DragonFlyEye
Ok, in the app_controller, I've included my Security component and also added this little snippet of code for admin pages: if(isset($this->params['admin'])) : $this->Security->blackHoleCallback = 'forceSSL'; $this->Security->requireSecure(); endif; That one's strai