Disable OPTIONS handling - done by sabre

This commit is contained in:
Thomas Müller 2016-07-19 08:34:12 +02:00 committed by Lukas Reschke
parent e783d01da7
commit d0ec6b9c15
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View 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)