#779: Routing should not just bail out of execute() if routing is enabled, but
no
routes are defined
---------------------+------------------------------------------------------
Reporter: david | Owner: david
Type: task | Status: new
Priority: normal | Milestone: 0.11.2
Component: routing | Version: 0.11.1
Severity: minor | Keywords:
Has_patch: 0 |
---------------------+------------------------------------------------------
Right now, routing simply quits when {{{count($this->routes) == 0}}} -
that's not good, as to the outside, it appears as if the routing was off.
More specifically, it means that the 404 module / action is not set in
this case, and instead, Agavi will run the Default action. Inconsistent,
needs fixing :)
--
Ticket URL: <http://trac.agavi.org/ticket/779>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets