cakephp2-php8/lib/Cake/Controller
Iñigo In The Cloud 2c112095a9 Issue #9040 - Auth saving json in Auth.redirect
AuthComponent is storing JSON or any other AJAX request URL into the session variable Auth.redirect used for login redirect if the AJAX request does not send the X-Requested-With:XMLHttpRequest header.

If you send an ajax request without that header and your request is not a (.json) it will store the URL anyway.
2016-06-27 14:15:05 -04:00
..
Component Issue #9040 - Auth saving json in Auth.redirect 2016-06-27 14:15:05 -04:00
CakeErrorController.php More API docblock fixes. 2014-06-01 03:06:05 +05:30
Component.php Do not mix void with other return types 2015-10-10 15:49:00 +02:00
ComponentCollection.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Controller.php fixed typo 2016-03-01 12:41:29 -08:00
Scaffold.php Always return response in redirect() for testing. 2015-12-23 21:29:19 +01:00