[Pkg-owncloud-commits] [php-sabredav] 34/148: Removed xmlNamespaces property.
David Prévot
taffit at moszumanska.debian.org
Wed Apr 15 01:37:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit eba24b938e1518e7ac53cad83b4775d5c932eada
Author: Evert Pot <me at evertpot.com>
Date: Sun Feb 8 19:48:45 2015 -0500
Removed xmlNamespaces property.
---
lib/DAV/Server.php | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/lib/DAV/Server.php b/lib/DAV/Server.php
index ab2327a..1937df3 100644
--- a/lib/DAV/Server.php
+++ b/lib/DAV/Server.php
@@ -85,16 +85,15 @@ class Server extends EventEmitter {
public $transactionType;
/**
- * This is a default list of namespaces.
+ * This is a list of properties that are always server-controlled, and
+ * must not get modified with PROPPATCH.
*
- * If you are defining your own custom namespace, add it here to reduce
- * bandwidth and improve legibility of xml bodies.
+ * Plugins may add to this list.
*
- * @var array
+ * @var string[]
*/
- public $xmlNamespaces = null;
-
public $protectedProperties = [
+
// RFC4918
'{DAV:}getcontentlength',
'{DAV:}getetag',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list