Hi there,
i have put a form in my index.ctp to perform a custom query in the
index() action of my controller.
It worked fine until I used 'Security'. So, I added beforeFilter() in
my controller and defined
$this->Security->requireAuth('add', 'edit', 'delete');

BUT, it still leads to a 404, when submitting the search form.
What did I do wrong here? Isn't it supposed to ignore index, since it
is not included in requireAuth?

Can you help?

( I use the latest stable build of cakephp 1.2 and have no Security
Component in my app_controller.php)

Thanks in advance,
volka
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to