#3276 closed enhancement (fixed)
0.9: Dojo support for PUT/DELETE
Reported by: | Jared Jurkiewicz | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | IO | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is a reminder ticket about the support for PUT/DELETE in the xhr support. There was agreement this was going in and a patch was provided some time ago for it, along with fixes for supporting setting of headers. This sort of support is really needed for things like:
SOAP Transports. ATOM Transports. REST based services that use the PUT/DELETE verbs for actions defined by REST. Etc.
Change History (5)
comment:1 Changed 14 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 14 years ago by
Milestone: | → 0.9beta |
---|
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 14 years ago by
Went through and tested this on a pile of browsers:
IE 6 IE 7 Firefox 2.0.0.4 Firefox 1.5.0.12 Opera 9.2 WebKit?
All worked fine.
Will send alex e-mail results of tests. Too large to paste in here.
Note: See
TracTickets for help on using
tickets.
(In [8954]) post, put, and delete support from Jared. Fixes #3276