urlManager的一个BUG

url规则如下:




'http://www.hostname.com/'=>array('/search/index','urlSuffix'=>false),

'http://www.hostname.com/<action:\w+>'=>'/search/<action>', 



进入SearchController的某个action如list内(页面地址类似:http://www.hostname.com/list.html),生成一个链接




CHtml::link('test', array('search/index', 'test'=>'value'))



发布生成的链接地址是:




http://www.hostname.com/list.html?test=value



而不是期望的




http://www.hostname.com/?test=value



都木有人回应了么?

继续马克