Hi, just a quick note because I'm stuck at this problem right now: Since the update from 1.2.0 to 1.2.4, inside a Plugin or Action, $this->dispatcher->getControllerName() always strips the first char!
For example, my controller is named "AuthenticationController" and I'm debugging inside "loginAction", $this->dispatcher->getControllerName() always returns "uthentication". With 1.2.0 it was ok.
I'll set up a more detailed example this evening if I need to, but maybe you can already give me a hint on what may have changed?
Thank you, Toby