ZF-2351: Action_Helper_Redirector: Wrong URL
Description
Steps to reproduce:
$redirector = $this->_helper->getHelper('Redirector');
$redirector->gotoAndExit('index', 'index');
Excepted result: Redirection to http://www.example.com/baseUrl/ (like Zend_View_Helper_Url does)
Actual result: Redirection to http://www.example.com/baseUrl/index/index/
I'm using the latest svn revision.
Comments
Posted by Nils Caspar (pencil) on 2008-02-01T12:51:02.000+0000
This patch should fix the issue...
Posted by Matthew Weier O'Phinney (matthew) on 2008-02-14T11:54:47.000+0000
Scheduling for 1.5
Posted by Matthew Weier O'Phinney (matthew) on 2008-02-20T22:12:13.000+0000
Fix committed to trunk in r8238.