Re : Re: Re : Re: Re : Re: [symfony-users] [sf2] Access to current route

2011-04-27 Thread winzou
Hence my question ! So I understand that it's not possible to do what I want ? -- 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 users" group. To post to

Re: Re : Re: Re : Re: [symfony-users] [sf2] Access to current route

2011-04-27 Thread Fabien Potencier
On 4/27/11 9:54 AM, winzou wrote: Unfortunatly there isn't the "requirements" parameter of the route in the request attributes. That's why I'm only fetching the name of the route from the request attributes, and then use it to retrieve the Route from the RouteCollection, to finaly reach the requ

Re : Re: Re : Re: [symfony-users] [sf2] Access to current route

2011-04-27 Thread winzou
Unfortunatly there isn't the "requirements" parameter of the route in the request attributes. That's why I'm only fetching the name of the route from the request attributes, and then use it to retrieve the Route from the RouteCollection, to finaly reach the requirements via $route->getRequireme