cakephp2-php8/lib/Cake/Routing
Melvin.Ross@gmail.com 8d6814e63f Remove rawurldecode from the _parseArgs function in CakeRoute since urldecode is already called on the URL string in CakeRoute::parse() when creating the $route array that is passed to _parseArgs.
The result of the double urldecodes is parameters with meaningful '%' signs being stripped away on accident, and the web server reporting that the requested address doesn't exist.
2014-01-24 16:14:58 -06:00
..
Filter Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Route Remove rawurldecode from the _parseArgs function in CakeRoute since urldecode is already called on the URL string in CakeRoute::parse() when creating the $route array that is passed to _parseArgs. 2014-01-24 16:14:58 -06:00
Dispatcher.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
DispatcherFilter.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Router.php Append / to the start/end of the mapResources prefix. 2013-12-04 21:46:59 -05:00