Hello,

Has anyone else noticed that Auth with Acl is not working in RC1?

It seems that this call in startup is not allowing the IsAuthorized to
be called automatically because it will never go past here unless
allow has been set for the current url.
line290 of auth.php
if ($loginAction != $url && ($this->allowedActions == array('*') ||
in_array($controller->action, $this->allowedActions))) {
  return false;
}

Thanks,
--heavyKevy

--~--~---------~--~----~------------~-------~--~----~
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