We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -u admin:admin http://localhost/owncloud-core/remote.php/webdav/folder1 -X LOCK -d '<?xml version="1.0" encoding="UTF-8"?><d:lockinfo xmlns:d="DAV:"><d:lockscope><d:shared/></d:lockscope> </d:lockinfo>'
Error message should say Upload failed because the current folder is locked.
Upload failed because the current folder is locked.
Message only says: File upload failed…
File upload failed…
See also discussion in #5728 (review)
The text was updated successfully, but these errors were encountered:
jacob-nv
Successfully merging a pull request may close this issue.
Steps to reproduce
curl -u admin:admin http://localhost/owncloud-core/remote.php/webdav/folder1 -X LOCK -d '<?xml version="1.0" encoding="UTF-8"?><d:lockinfo xmlns:d="DAV:"><d:lockscope><d:shared/></d:lockscope> </d:lockinfo>'
Expected behaviour
Error message should say
Upload failed because the current folder is locked.
Actual behaviour
Message only says:
File upload failed…
See also discussion in #5728 (review)
The text was updated successfully, but these errors were encountered: