Hi there,
in the last days the SecurityComponent was refactored (rev 4972)
After updating to the latest SVN version of CakePHP every Form I submit
(AJAX oder classic POST-Request) gets blackholed by the SecurityComponent.
I've inlcuded the SecurityComponent in the controllers with
var $components = array('Security', 'RequestHandler', ...);
There are no settings in beforeFilter callback like
$this->Security->requirePost('action1', 'action2') or
$this->Security->requireAuth('action1', 'action2'),
I just inlucded SecurityComponent.
Can anyone reproduce this? How can I solve this issue?
Marcus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---