cakephp2-php8/lib/Cake/Routing
Harold Putman 1ff77f2363 Fix subtle error in Regex matching URI scheme.
[+-.] will match plus, hyphen, and dot, but also comma. Use [+\-.] since  commas not allowed in URI scheme.
2013-06-21 15:17:59 -04:00
..
Filter Merge pull request #1334 from thegallagher/2.3-cache-fix 2013-06-12 18:27:42 -07:00
Route Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Dispatcher.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
DispatcherFilter.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Router.php Fix subtle error in Regex matching URI scheme. 2013-06-21 15:17:59 -04:00