On Fri, Oct 12, 2012 at 03:33:47PM -0700, David Rolston wrote:
> I have some routes like this one (using annotation style) :
> 
>     /**
>      * @Route("/account.{_format}/{
> id}", name="member_account_get", defaults={"id"="0","_format"="json"});
>      * @Method("GET")
>      */
> 
> 
> member_account_get                   GET      /member/account.{_format}/{id}
> 
> app_dev.php/member/account/1007  does not work.

What about:

app_dev.php/member/account./1007 ? 

BTW, I use the Accept header instead of URL based formatting.


Thomas

-- 
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 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

Reply via email to