Opened 13 years ago
Closed 12 years ago
#5395 closed enhancement (worksforme)
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?
Change History (2)
comment:1 Changed 13 years ago by
need: | Review → Patch |
---|
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I believe this has been fixed as of 1.4.4. Please reopen, with testcase, if this is not the case.