Issue Type: Bug Created: 2009-05-08T10:22:19.000+0000 Last Updated: 2009-05-09T08:54:42.000+0000 Status: Resolved Fix version(s): - 1.8.1 (12/May/09)
Reporter: Mathieu Delisle (m4d3l) Assignee: Ben Scholzen (dasprid) Tags: - Zend_Controller
Related issues: Attachments:
Zend_Controller_Router_Routes may not ommit segments when part of a chain and not being the last element
ex : /language/module/controller/index
when using helper url("module" => "other", "controller" => "test") this return //other/test/
the language parram is ommited and the url is truncated. This is only when route.defaults.language = "lang" is set.
Posted by Matthew Weier O'Phinney (matthew) on 2009-05-08T11:51:00.000+0000
Assigning to Ben