ZF2-209: Inconsistent error reporting when route fails to match.
Description
The route method sets an error of ERROR_CONTROLLER_NOT_FOUND instead of ERROR_ROUTER_NO_MATCH if the router fails to return a valid route.
The route method sets an error of ERROR_CONTROLLER_NOT_FOUND instead of ERROR_ROUTER_NO_MATCH if the router fails to return a valid route.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2012-08-20T14:00:08.000+0000
I believe this is fixed in current master. Regardless, the issue as reported is no longer valid, as it predates changes to the Application class and the various methods available and triggered.