I built a website, and everything works fine with browsers (FF, Safari), but when trying accessing the same URLs with other user-agent (Flash, curl), Zend throws an InvalidControllerSpedified error:
Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (error)' in /Users/flavio/Sites/slowear/libs/Zend/Controller/Dispatcher/Standard.php:249 Stack trace: #0 /Users/flavio/Sites/slowear/libs/Zend/Controller/Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) why can it works differently with conventional browsers and with other user-agent? Thanks, Flavio Curella. -- View this message in context: http://www.nabble.com/Dispatcher-works-only-with-browsers--tp19410291p19410291.html Sent from the Zend Framework mailing list archive at Nabble.com.
