-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Steps to reproduce
- lock a folder
curl -X LOCK -u admin:admin http://localhost/owncloud-core/remote.php/webdav/public-folder -d "<?xml version='1.0' encoding='UTF-8'?><d:lockinfo xmlns:d='DAV:'> <d:lockscope><d:shared/></d:lockscope></d:lockinfo>" - share this folder via public link
- upload new files or overwrite existing files in that folder via new public webdav API
curl -X PUT http://localhost/owncloud-core/remote.php/dav/public-files/0M2kxLVbYuIOSPZ/12.txt -d "222"
Expected behaviour
upload does not work
Actual behaviour
files can be uploaded and overwritten
Reactions are currently unavailable