Andrew Yager wrote:

Should there be any difference in processing $route = new Zend_Controller_Router_Route("/", array("controller"=>"index", "action"=>"index"), $formats);

and $route = new Zend_Controller_Router_StaticRoute("/", array("controller"=>"index", "action"=>"index"), $formats);

Of course not.

I have found that the latter matches, where the former does not, and am wondering if that's a bug or intended behaviour.

It's a bug and I have fixed it with revision 2469. Please update your sources and give it a try.

Andrew

--
Michael Minicki aka Martel Valgoerad | [EMAIL PROTECTED] | 
http://aie.pl/martel.asc
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"All animals are equal but some animals are more equal than others." --
George Orwell

Reply via email to