]> source.dussan.org Git - nextcloud-server.git/commitdiff
Disable OPTIONS handling - done by sabre
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 19 Jul 2016 06:34:12 +0000 (08:34 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 26 Sep 2016 09:55:38 +0000 (11:55 +0200)
apps/dav/lib/CalDAV/Publishing/PublishPlugin.php

index 938510f1ccf62ecf6a64d4164dc98acbe4556a5a..4e82d166fc06d432e52b40efbf9f71d46b9fbb65 100644 (file)
@@ -92,7 +92,7 @@ class PublishPlugin extends ServerPlugin
 
         $this->server->on('method:POST', [$this, 'httpPost']);
         $this->server->on('propFind',    [$this, 'propFind']);
-        $this->server->on('method:OPTIONS', [$this, 'httpOptions'], 5);
+//        $this->server->on('method:OPTIONS', [$this, 'httpOptions'], 5);
     }
 
     public function propFind(PropFind $propFind, INode $node)