#6142: Auth checking camel case action ---------------------------+------------------------------------------------ Reporter: tinh | Owner: Type: Bug | Status: reopened Priority: Medium | Milestone: 1.2.x.x Component: Auth | Version: 1.2 Final Severity: Normal | Resolution: Keywords: | Php_version: PHP 5 Cake_version: 1.2.1.8004 | ---------------------------+------------------------------------------------ Changes (by michaelc):
* status: closed => reopened * resolution: needmoreinfo => Comment: {{{ debug($this->Auth->allowedActions); }}} app/controllers/categories_controller.php (line 44)[[BR]] Array[[BR]] ([[BR]] [0] => index[[BR]] [1] => view[[BR]] [2] => add[[BR]] [3] => getchildren[[BR]] [4] => edit[[BR]] [5] => delete[[BR]] )[[BR]] {{{ debug($this->action); }}} app/controllers/categories_controller.php (line 45)[[BR]] getChildren {{{ debug($isAllowed === true?'isAllowed':'not allowed'); die(); }}} cake/libs/controller/components/auth.php (line 300)[[BR]] not allowed [[BR]] [[BR]] Is this enough information? I've never ever tried to write a test case, but I would love for this to be repaired - I do also like the new change to not just store the * in the allowedActions array - the suggestion of lowercasing the action name when testing against the lowercased name in the array is a good one imo. Let me know if you need any other information. -- Ticket URL: <https://trac.cakephp.org/ticket/6142#comment:4> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tickets cakephp" group. To post to this group, send email to tickets-cakephp@googlegroups.com To unsubscribe from this group, send email to tickets-cakephp+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tickets-cakephp?hl=en -~----------~----~----~----~------~----~------~--~---