6.0.0-beta1
9/1/25

[#14520] Errors with DAV locks not handled
Summary Errors with DAV locks not handled
Queue Horde Framework Packages
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester vectro (at) vectro (dot) org
Created 11/23/2016 (3204 days ago)
Due
Updated 12/15/2016 (3182 days ago)
Assigned
Resolved 12/15/2016 (3182 days ago)
Github Issue Link
Github Pull Request
Milestone Horde_Dav 1.1.4
Patch No

History
12/15/2016 05:06:16 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ Horde_Dav 1.1.4
Patch ⇒ No
 
12/15/2016 05:05:13 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 1172bcbf7adf3c5419f34dc683da33460a7dec22
Author: Jan Schneider <jan@horde.org>
Date:   Thu Dec 15 17:56:18 2016 +0100

     [jan] Fix throwing exceptions from Lock backend (Bug #14520).

  framework/Dav/lib/Horde/Dav/Locks.php |  3 ++-
  framework/Dav/package.xml             | 17 ++++++++++++++++-
  2 files changed, 18 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/1172bcbf7adf3c5419f34dc683da33460a7dec22
11/23/2016 02:28:14 PM vectro (at) vectro (dot) org Comment #1
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Errors with DAV locks not handled
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
framework/Dav/lib/Horde/Dav/Locks.php does not correctly raise DAV 
exceptions because the file only has "use \Sabre\DAV\Locks"; but 
exceptions are under use \Sabre\DAV. This is resolved by adding a line 
"use \Sabre\DAV" to Locks.php, similar to 
Dav/lib/Horde/Dav/Principals.php.

Saved Queries