hi all, I build a ParamConverter which implements the ParamConverterInterface, in this ParamConverter I implemented the function apply(Request $request, ConfigurationInterface $configuration). The paramconverter works perfectly fine, but calling the $request- >get() function only returns GET parameters, not POST parameters. Using $request->request->get() I am able to get the POST parameters, but using $request->query->get() doesn't give me the GET parameters. If I understand the documentation correctly the $request->get() should give both GET and POST parameters, as well as COOKIE params and whatnot, while the $request->request->get and $request->request->query should give me the POST/GET params separately. Is this a bug in Beta 2, or did I misunderstand the docs?
regards, Stefan -- 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 this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en