Disable OPTIONS handling - done by sabre
This commit is contained in:
parent
e783d01da7
commit
d0ec6b9c15
|
@ -92,7 +92,7 @@ class PublishPlugin extends ServerPlugin
|
||||||
|
|
||||||
$this->server->on('method:POST', [$this, 'httpPost']);
|
$this->server->on('method:POST', [$this, 'httpPost']);
|
||||||
$this->server->on('propFind', [$this, 'propFind']);
|
$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)
|
public function propFind(PropFind $propFind, INode $node)
|
||||||
|
|
Loading…
Reference in New Issue