cakephp2-php8/lib/Cake/Test/Case/Controller/Component
mark_story 4b8d628a2e Backport SecurityComponent fixes from #8071 to 2.x
If the request manages to have data set outside of post/put we should
still validate the request body. This expands SecurityComponent to cover
PATCH and DELETE methods, as well as request methods that should be
safe, but somehow end up not safe.
2016-01-20 21:34:58 -05:00
..
Acl Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
Auth Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
AclComponentTest.php Updated documentation 2014-04-11 15:10:56 -04:00
AuthComponentTest.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
CookieComponentTest.php Merge branch 'master' into 2.5 2014-04-06 21:50:41 +02:00
EmailComponentTest.php Fix fatal error on null subject. 2015-08-05 22:20:39 -04:00
FlashComponentTest.php Add failing test for #7570 2015-10-17 20:54:40 -04:00
PaginatorComponentTest.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
RequestHandlerComponentTest.php Don't map text/plain to csv. Backport from 3.0. Refs #1696 2015-07-07 15:19:45 -04:00
SecurityComponentTest.php Backport SecurityComponent fixes from #8071 to 2.x 2016-01-20 21:34:58 -05:00
SessionComponentTest.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00