Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Ticket #62 (closed Defect: Cannot reproduce)

Opened 7 years ago

Last modified 7 years ago

calendar-query on non-calendar collection should result in an error

Reported by: wsanchez@… Owned by: wsanchez@…
Priority: 4: Nice to have Milestone: CalDAV-access
Component: Calendar Server Severity: Other
Keywords: Cc:
Port:

Description

When you perform a calendar-query on a non-calendar collection (eg. on a calendar home), you get back an empty multi-status response.  That's confusing if you happen to be accidentally hitting the wrong URI.  Perhaps some sort of error status code would be more appropriate.

Change History

comment:1 Changed 7 years ago by cdaboo@…

  • Status changed from new to closed
  • Resolution set to worksforme

This is as expected per the spec. The spec allows calendar-query on regular collections so queries on collections of calendars casn be done. If there are no results the multistatus is empty.

Note: See TracTickets for help on using tickets.