|
|
|
Found 2 records.
Errata ID: 1002
Status: Verified
Type: Technical
Reported By: Julian Reschke
Date Reported: 2007-07-14
Verifier Name: Alexey Melnikov
Date Verified: 2010-05-11
Section 5.3.1 says:
(DAV:needs-privilege): The DAV:bind privilege MUST be granted to
^ ^
the current user on the parent collection of the Request-URI.
It should say:
(DAV:need-privileges): The DAV:bind privilege MUST be granted to
^ ^
the current user on the parent collection of the Request-URI.
Notes:
As per RFC 3744.
Errata ID: 1476
Status: Verified
Type: Technical
Reported By: Filip Navara
Date Reported: 2008-07-20
Verifier Name: Alexey Melnikov
Date Verified: 2010-05-11
Section 7.8.10. says:
<D:error>
<C:supported-filter>
<C:prop-filter name="X-ABC-GUID"/>
</C:supported-filter>
</D:error>
It should say:
<D:error xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<C:supported-filter>
<C:prop-filter name="X-ABC-GUID"/>
</C:supported-filter>
</D:error>
Notes:
Proper namespace declarations should be returned in the XML response.