yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
201 stars 149 forks source link

Avoid instantiating controllers in RouterPanel #449

Closed bizley closed 3 years ago

bizley commented 3 years ago

RouterPanel must not instantiate the controllers to avoid potential errors/redirects/misconfigurations etc. (following the discussion at https://yii.slack.com/archives/C6H833X42/p1607615360355600 )

I'll try to use Reflection for the purpose of scanning them.