You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload a file and provide a checksum value, for example: curl -u admin:admin -X PUT http://localhost/owncloud/remote.php/webdav/bacon.txt -T bacon.txt -H "OC-Checksum: MD5:d41d8cd98f00b204e9800998ecf8427e"
Do a Webdav copy of bacon.txt to bacon2.txt
Check oc_filecache or do a PROPFIND of the oc:checksums property
Expected result
Checksum value kept.
Actual result
Not kept
Versions
Observed on 9.2 pre-alpha / git master
The text was updated successfully, but these errors were encountered:
Hey, this issue has been closed because the label status/STALE is set and there were no updates for 7 days. Feel free to reopen this issue if you deem it appropriate.
Steps
curl -u admin:admin -X PUT http://localhost/owncloud/remote.php/webdav/bacon.txt -T bacon.txt -H "OC-Checksum: MD5:d41d8cd98f00b204e9800998ecf8427e"
Expected result
Checksum value kept.
Actual result
Not kept
Versions
Observed on 9.2 pre-alpha / git master
The text was updated successfully, but these errors were encountered: