#6612 closed feature (duplicate)
Support additional request types for caldav
Reported by: | haraldk | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | ajax | Version: | 1.4.2 |
Keywords: | caldav REPORT | Cc: | |
Blocked by: | Blocking: |
Description
Caldav uses, for example, REPORT instead of PUT. In line 5252 of jquery-1.4.2.js we have
type === "PUT" | type === "DELETE" ? s.data : null ) |
It would be cool if this were configurable and would rather read something like
xhr.send( s.sendData[type] ? s.data : null )
where s.sendData is a map from request types to true or false.
Change History (2)
comment:1 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #6462.