Skip to main content

Bug Tracker

Side navigation

#5395 closed enhancement (worksforme)

Opened October 19, 2009 06:52PM UTC

Closed November 01, 2010 05:44AM UTC

jQuery.ajax should append 'data' as url-encoded query params when for requests of type 'delete'

Reported by: nathansobo Owned by:
Priority: minor Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: delete Cc:
Blocked by: Blocking:
Description

When making an ajax request of type 'delete', the data hash is not honored. For get requests, it is automatically url-encoded and this is very convenient. To follow the principle of least surprise, should this not also happen with delete requests?

Attachments (0)
Change History (2)

Changed October 20, 2009 11:41PM UTC by dmethvin comment:1

need: ReviewPatch

Changed November 01, 2010 05:44AM UTC by snover comment:2

resolution: → worksforme
status: newclosed

I believe this has been fixed as of 1.4.4. Please reopen, with testcase, if this is not the case.