cakephp2-php8/lib/Cake/Routing/Route
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
..
CakeRoute.php _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
PluginShortRoute.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
RedirectRoute.php Correct 'an URL' to 'a URL' in docblocks 2013-10-22 00:09:34 -04:00