I'm still seeing this same behavior with the latest code but in a slightly different context. I'm using Cakephp 2.1 as a backend to an Android app. When I post an array from the Android app cake gives me all duplicated values in $this->request->data as Jeremy explained above. However if I post an array from a simple html form cake gives me the correct results.
To test this I also submitted the form from the Android app to a cake 2.0 version site and I get the proper array without duplicates. Is there a chance that there's still a bug in there somewhere that's only apparent from certain clients? Thanks. On Mar 3, 6:28 am, José Lorenzo <[email protected]> wrote: > That was a bug found the very next day after publishing 2.1 RC, use the > latest code from github or wait a few days until 2.1 is marked as stable -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
