mosbth / Anax-MVC

Anax as a PHP based and MVC inspired framwork
MIT License
8 stars 31 forks source link

Exception thrown instead of 404 #1

Closed mosbth closed 10 years ago

mosbth commented 10 years ago

Anax/MVC/DispatcherBasic introduced a bug where exception was thrown when a controller did not exists. Expected behaviour was to present a 404-page.

Reference: http://dbwebb.se/forum/viewtopic.php?f=40&t=2241

mosbth commented 10 years ago

Corrected Anax/MVC/DispatcherBasic and Anax/Route/CRouterBasic in latest.