cakephp2-php8/lib/Cake/Routing
mark_story 749f2b99d9 Don't 404 extensions that could be handled by routing.
Fixes an error in #2750 where routed extensions would always return
404's for plugin requests. When a file extenion could be handled by
router, AssetDispatcher cannot 404 the request.

Refs #3305
2014-04-13 06:48:51 -04:00
..
Filter Don't 404 extensions that could be handled by routing. 2014-04-13 06:48:51 -04:00
Route Only sort the keys once per request instead of on each match. 2014-03-10 21:42:26 -04:00
Dispatcher.php Remove $reponse param of Dispatcher::_invoke(). 2014-03-30 19:29:07 +05:30
DispatcherFilter.php add DispatcherFilter Settings 2013-12-18 06:54:27 +03:30
Router.php microptimize options and default merge and other string key array merges 2014-04-08 01:25:14 +02:00