stable

Clone or download

Read-only

request #8476: Unable to write file in Webdav

The locks dir /var/tmp/codendi_cache/plugins/webdav/locks has suddenly disappeared. This blocks write access to file through webdav. The workaround is to execute the command in the README: /usr/bin/install -d -g codendiadm -o codendiadm -m 00750 /var/tmp/codendi_cache/plugins/webdav/locks/ With this commit the folder is automatically created if it does not exist. Change-Id: I2e84331b191eae27b84149bf033c54b55c1823d4

Modified Files

Name
M plugins/webdav/include/webdavPlugin.class.php +5 −1 Go to diff View file