After upgrading to Symfony 2.1 my exception listener breaks when trying to get user from session.
public function onKernelException(GetResponseForExceptionEvent $event){ // this line fail $userSession = $this->context->getToken()->getUser(); } We think it has to do with the service prioroty changes from Symfony 2.0 to Symfony 2.1. Could you point me some hints? Thanks! -- -- If you want to report a vulnerability issue on Symfony, please read the procedure on http://symfony.com/security You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en