Bug Tracker

Modify

Ticket #6612 (closed feature: duplicate)

Opened 3 years ago

Last modified 3 years ago

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

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.

Change History

comment:1 Changed 3 years ago by snover

  • Priority set to undecided
  • Status changed from new to closed
  • Resolution set to duplicate

comment:2 Changed 3 years ago by snover

Duplicate of #6462.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.