cakephp2-php8/lib/Cake/Controller
adam1010 1922a18d07 Ajax requests not properly returning 403
When an AJAX request is made to a page that's not authorized, an infinite redirect loop to  /status:403/exit:1  is triggered. This bug has existed at least since CakePHP v2.3.0. The main use case is when a user's session has expired and they try to use an authenticated feature as a logged-out user.
2015-07-16 22:47:13 -04:00
..
Component Ajax requests not properly returning 403 2015-07-16 22:47:13 -04:00
CakeErrorController.php More API docblock fixes. 2014-06-01 03:06:05 +05:30
Component.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ComponentCollection.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Controller.php Remove conditional status setting. 2015-01-26 23:47:20 +01:00
Scaffold.php Fix class name in scaffold error. 2015-03-12 22:00:03 -04:00