From 718385450986c3156edab4f98bf256ebeab03164 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 15 Mar 2016 16:08:55 +0100 Subject: Close session for publicwebdav We need to close the session otherwise streaming will lead to a blocked ownCloud. --- apps/dav/appinfo/v1/publicwebdav.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/dav/appinfo/v1/publicwebdav.php') diff --git a/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php index b0ee264aac3..79420e00390 100644 --- a/apps/dav/appinfo/v1/publicwebdav.php +++ b/apps/dav/appinfo/v1/publicwebdav.php @@ -30,6 +30,7 @@ $RUNTIME_APPTYPES = ['filesystem', 'authentication', 'logging']; OC_App::loadApps($RUNTIME_APPTYPES); OC_Util::obEnd(); +\OC::$server->getSession()->close(); // Backends $authBackend = new OCA\DAV\Connector\PublicAuth(\OC::$server->getConfig()); -- cgit v1.2.3