From ea269f0067dda7cee0621443a9620607297b0387 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Tue, 8 Jul 2014 09:44:46 +0200 Subject: Upload abortion is now detected within the OC_Connector_Sabre_File::put() OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort() --- apps/files/appinfo/remote.php | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/files/appinfo') diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index dd5c470431a..3ba25085bad 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -53,7 +53,6 @@ $server->subscribeEvent('beforeMethod', function () use ($server, $objectTree) { $rootDir = new OC_Connector_Sabre_Directory($view, $rootInfo); $objectTree->init($rootDir, $view, $mountManager); - $server->addPlugin(new OC_Connector_Sabre_AbortedUploadDetectionPlugin($view)); $server->addPlugin(new OC_Connector_Sabre_QuotaPlugin($view)); }, 30); // priority 30: after auth (10) and acl(20), before lock(50) and handling the request -- cgit v1.2.3