Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
