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 |
State ⇒ Resolved
Milestone ⇒ Horde_Dav 1.1.4
Patch ⇒ No
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
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Errors with DAV locks not handled
Type ⇒ Bug
State ⇒ Unconfirmed
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.