cakephp2-php8/lib/Cake/Routing
Melvin.Ross@gmail.com 7f496fad94 _Trailing_ and $this->keys also do not need to be urldecoded. Both _trailing_ and $this->keys gets set in _writeRoute, which also makes the regex that used to create the array $route.
Any keys in $route that match [_trailing_] or any values in $this->keys are put there through the exection of preg_match. The URL is decoded before being passed to preg_match, which means the values
inside of [_trailing_]etc. have already been decoded.
2014-01-24 17:44:31 -06:00
..
Filter Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Route _Trailing_ and $this->keys also do not need to be urldecoded. Both _trailing_ and $this->keys gets set in _writeRoute, which also makes the regex that used to create the array $route. 2014-01-24 17:44:31 -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