ZF-8515: Chaining with Route_Hostname and Route using wildcard does not work
Description
When chaining a Route (:controller/:action/*) to a Hostname route, it will not match the wildcard parameters
When chaining a Route (:controller/:action/*) to a Hostname route, it will not match the wildcard parameters
Comments
Posted by Sune Kibsgaard Pedersen (kibs) on 2009-12-10T04:49:32.000+0000
First one passes fine, but the second one fails.
They should be placed in Zend_Controller_Router_Route_ChainTest
Posted by Ryan Mauger (bittarman) on 2009-12-10T04:52:11.000+0000
This issue is a duplicate