stable

Clone or download

Read-only

request #22237: Cannot create a document via WebDAV when using an access key

The current user is now defined explicitly by the WebDAV plugin before calling the Docman_Controller. This way the Docman_Controller does not need to rely on the current state of UserManager. Change-Id: If785720aacb8888d2cfee86b163c09fc72ca8ca2

Modified Files

Name
M plugins/docman/include/Docman_Controller.class.php +2 −5 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFile.class.php +3 −3 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFolder.class.php +4 −4 Go to diff View file
M plugins/webdav/include/FS/WebDAV_DocmanController.class.php +8 −1 Go to diff View file
M plugins/webdav/include/WebDAVUtils.class.php +2 −2 Go to diff View file