Opened a pull requests with a fix for this: https://github.com/symfony/symfony/pull/793
On Thu, May 5, 2011 at 10:02 AM, Donald Tyler <chekot...@gmail.com> wrote: > I noticed that after the Forms refactor in Beta1, that the code in > Form::bindRequest() gives the impression that it should now support PUT > data. But it still doesn't function correctly. > > Doing a PUT with Symfony's test framework works correctly (which is even > did before the refactor), but doing a true PUT request from a browser does > not work. The data is definitely being sent correctly, as it can be accessed > via the following: > > parse_str(file_get_contents('php://input'), $_PUT); > > But the Symfony framework is not collecting this data in it's Request > object. > > Can anyone provide any insight into this? Is it a bug, or am I doing it > wrong? > -- 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