The last connect on the Lithium Router:
Router::connect('/{:controller}/{:action}/{:args}', 'Main::end');
Should match all the routes? No? But instead of execute my Main::end method (who simply exit('with some text, for testing...')), Lithium give to me a dispatcher exception T_T:
lithium\action\DispatchException (code 404)
Controller `Sdsa` not found.
path_to_my_root/libraries/lithium/action/Dispatcher.php: 239
What i'm doing wrong?