6.0.0-beta1
7/6/25

[#13124] CardDav access results in 'HTTP/1.0 501 Not Implemented'
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 04/18/2014 (4097 days ago)
Due
Updated 04/22/2014 (4093 days ago)
Assigned
Resolved 04/22/2014 (4093 days ago)
Github Issue Link
Github Pull Request
Milestone 5.1.7
Patch Yes

History
04/22/2014 11:16:56 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

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
04/22/2014 11:13:05 AM Jan Schneider Version ⇒ 5.1.6
Queue ⇒ Horde Base
 
04/22/2014 11:12:29 AM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 5.1.7
 
04/22/2014 11:11:51 AM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_1):

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
04/18/2014 12:00:50 PM horde (at) t-8ch (dot) de Comment #1
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 Download
State ⇒ Unconfirmed
Reply to this comment
CardDav uses the 'REPORT' http method:

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
     ...

Saved Queries