apple / ccs-caldavtester

CalDAV/CardDAV Testing Framework used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
57 stars 36 forks source link

Incorrect treatment of Depth on REPORTs #4

Closed macosforgebot closed 9 years ago

macosforgebot commented 16 years ago

navara@… originally submitted this as ticket:297


CalDAVTester incorrectly sends calendar-query REPORTs with no Depth header and expect it to match on the contents of the collection. No Depth header is equivalent to Depth: 0 as per RFC 4791 and RFC 3253 (section 3.6), so no matching on child resources should be performed by the server. This results in the failure of reports.xml tests and possibly others.

macosforgebot commented 15 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:297

macosforgebot commented 14 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:297


This would be nice to clean up

macosforgebot commented 9 years ago

@wsanchez originally submitted this as comment:9:⁠ticket:297


Expiring old bugs with unknown state and impact.