Hi, Jordi made a pull request for this: https://github.com/fabpot/symfony/pull/535
There was a change that requires updating your frontend controllers: -$kernel->handle(new Request())->send(); +$kernel->handle(Request::createFromGlobals())->send(); See https://github.com/symfony/symfony-sandbox/commit/68a4a07ac10128d8228dcf7a8751223476fdbba8 Gruss, Lukas -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
