On Fri, May 14, 2010 at 7:20 PM, jemminger <[email protected]> wrote: > Still getting a slew of these on one of my sites. Â Annoying, because > you can't seem to trap it with the normal rescue_from in > application_controller, as Rails seems to intercept this exception > before it ever makes it that far up the chain.
Seems like this might be a good use case for a Rack filter: intercept the bad request earlier and discard/log/whatever... -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- 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.

