PROPPATCH request was not logged

This commit is contained in:
Ralf Becker 2012-01-30 01:56:57 +00:00
parent e46aae67e0
commit b1990ee309

View File

@ -1058,6 +1058,7 @@ class HTTP_WebDAV_Server
$options["path"] = $this->path; $options["path"] = $this->path;
$propinfo = new _parse_proppatch("php://input", $this->store_request); $propinfo = new _parse_proppatch("php://input", $this->store_request);
if ($this->store_request) $this->request = $propinfo->request;
if (!$propinfo->success) { if (!$propinfo->success) {
$this->http_status("400 Error"); $this->http_status("400 Error");