On Mon, Nov 17, 2008 at 4:41 PM, Henrik N <[EMAIL PROTECTED]> wrote:
> I've seen a bunch of logged exceptions the last few months, where
> Rails expects array params like
> { "ids" => ["123", "456"] }
> but gets
> { "ids" => { "0" => "123", "1" => "456"] }
> or expects hash params like
> { "user" => { "foo" => "x", "bar" => "y" } }
> but gets
> {"user" => "foo=x&bar=y" }
>
> It's not just on user signup but also for user profile updating,
> message sending and message deletion.

And the message sending did not have spam content.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to