From 8210200770fa1e7afa2b96f4cb69d1be2064bcad Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 5 Feb 2015 20:43:37 +0100 Subject: Revert "adding OC-ETag header" This reverts commit 96a931929ea837a40a7e9b836252587c949a8127. --- lib/private/connector/sabre/filesplugin.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/private/connector/sabre/filesplugin.php') diff --git a/lib/private/connector/sabre/filesplugin.php b/lib/private/connector/sabre/filesplugin.php index ff5a6cc8b4b..f6f0fac878b 100644 --- a/lib/private/connector/sabre/filesplugin.php +++ b/lib/private/connector/sabre/filesplugin.php @@ -123,10 +123,6 @@ class OC_Connector_Sabre_FilesPlugin extends \Sabre\DAV\ServerPlugin if (!is_null($fileId)) { $this->server->httpResponse->setHeader('OC-FileId', $fileId); } - $eTag = $node->getETag(); - if (!is_null($eTag)) { - $this->server->httpResponse->setHeader('OC-ETag', $eTag); - } } } -- cgit v1.2.3