cakephp2-php8/lib/Cake/Controller/Component/Auth
mark_story 6f914174a6 Fix issues with double / & leading/trailing /
Authorize classes should remove // and leading trailing /
Without this incorrect paths that fail to match nodes can be
generated.  This also allows settings[actionPath] to be
permissive in what it accepts.

Fixes #2563
2012-02-11 10:29:18 -05:00
..
ActionsAuthorize.php Removing trailing spaces. 2011-08-15 23:55:08 -04:00
BaseAuthenticate.php Spelling and grammar fixes 2011-12-01 21:58:09 -08:00
BaseAuthorize.php Fix issues with double / & leading/trailing / 2012-02-11 10:29:18 -05:00
BasicAuthenticate.php Added visibility in some methods and attributes. 2011-08-18 22:30:28 -04:00
ControllerAuthorize.php Removing trailing spaces. 2011-08-15 23:55:08 -04:00
CrudAuthorize.php Updating CrudAuthorize to work like ActionsAuthorize. 2011-09-26 20:38:38 -04:00
DigestAuthenticate.php Code consistency formatting tweaks 2011-12-06 12:52:48 -08:00
FormAuthenticate.php Extracting password hashing into as separate method. 2011-09-21 07:38:22 -04:00