| Summary | CardDav access results in 'HTTP/1.0 501 Not Implemented' |
| Queue | Horde Base |
| Queue Version | 5.1.6 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | horde (at) t-8ch (dot) de |
| Created | 4/18/14 (4354 days ago) |
| Due | |
| Updated | 4/22/14 (4350 days ago) |
| Assigned | |
| Resolved | 4/22/14 (4350 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 5.1.7 |
| Patch | Yes |
commit 295eebd43944259cc6b2560d887d5ceda03ba8e1
Author: Jan Schneider <jan@horde.org>
Date: Tue Apr 22 13:11:02 2014 +0200
[jan] Detect REPORT queries as DAV requests in RPC server (
Bug #13124).Conflicts:
horde/docs/CHANGES
horde/package.xml
horde/package.xml | 2 ++
horde/rpc.php | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/295eebd43944259cc6b2560d887d5ceda03ba8e1
Queue ⇒ Horde Base
State ⇒ Resolved
Milestone ⇒ 5.1.7
commit c8f1815a7eea6bedb64d36ca7ab0a97eee8901db
Author: Jan Schneider <jan@horde.org>
Date: Tue Apr 22 13:11:02 2014 +0200
[jan] Detect REPORT queries as DAV requests in RPC server (
Bug #13124).horde/docs/CHANGES | 1 +
horde/package.xml | 2 ++
horde/rpc.php | 2 +-
3 files changed, 4 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/c8f1815a7eea6bedb64d36ca7ab0a97eee8901db
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ CardDav access results in 'HTTP/1.0 501 Not Implemented'
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: horde_report_method.patch
State ⇒ Unconfirmed
From the docs of sabredav, which is used by Horde:
(http://sabre.io/dav/building-a-carddav-client/)
Now we download every single object in this addressbook. To do
this, we use a REPORT method.
REPORT /addressbooks/johndoe/contacts/ HTTP/1.1
Depth: 1
Prefer: return-minimal
Content-Type: application/xml; charset=utf-8
...