Beforeaction Not Called Before Missingaction

Hello,

It seems that beforeAction() is not called before missingAction. Is that a bug or a feature? Or am I missing something…

missingAction() is working fine for actions that do not exist. And, beforeAction() is called for existing actions.

Thanks,

Kasper

Maybe it depends on the logical thinking… for me it’s expected that beforeAction gets called before an actual action… so if an action is missing it should not be called.