module-yii2
module-yii2 copied to clipboard
if [yii\filters\ContentNegotiator] is in `bootstrap` it does not work
IF I want to use yii\filters\ContentNegotiator
in bootstrap(as it implements yii\base\BootstrapInterface
and therefore I should be able to do so)
It unfortunately does not work as
Therefore it does not work
There are 2 solutions how to fix it
- Move Request making to L345 and remove L355-L363 entirely
-
yii\filters\ContentNegotiator::bootstrap()
should only register eventHandler onyii\base\Application
onbeforeAction
event and handle it's ownyii\filters\ContentNegotiator::beforeAction()