I believe this might have already been discussed but i have recently been thrown an application that was written for rails 1.2.6, and i have been given the task to upgrade it (please note that im super to new to ruby as well, but we can't really do anything about that)
basically the pervious person was doing an ajax call using "path/to5.xml?_method=delete"
and then posting, however with 2.3.2, this is no longer allowed?
What's happening when you do this ? I do vaguely recall a change where the requests that were exempt from csrf protection changed:
https://rails.lighthouseapp.com/projects/8994/tickets/73-security-bug-request-forgery-protection-checks-for-accept-header-instead-of-content-type-header https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1145-bug-invalidauthenticitytoken-incorrectly-raised-for-xml-controllerdestroy-request
Fred