Skip to main content

Bug Tracker

Side navigation

#6612 closed feature (duplicate)

Opened May 30, 2010 10:02AM UTC

Closed November 02, 2010 01:05AM UTC

Last modified November 02, 2010 01:05AM UTC

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

xhr.send( type === "POST" || 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.

Attachments (0)
Change History (2)

Changed November 02, 2010 01:05AM UTC by snover comment:1

priority: → undecided
resolution: → duplicate
status: newclosed

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

Duplicate of #6462.