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
Although PR cs3org/reva#1400 has implemented checksumming for TUS uploads its not advertised in the TUS headers.
According to the TUS checksum extension description in https://tus.io/protocols/resumable-upload.html#checksum when an OPTION request is send to an endpoint then it should contain Tus-Extension: checksum and Tus-Checksum-Algorithm: md5,sha1,crc32 in its response.
Steps to reproduce
Steps to reproduce the behavior:
Send OPTION request to endpoint https://localhost:9200/remote.php/dav/files/Einstein/
Describe the bug
Although PR cs3org/reva#1400 has implemented checksumming for TUS uploads its not advertised in the TUS headers.
According to the TUS checksum extension description in https://tus.io/protocols/resumable-upload.html#checksum when an
OPTION
request is send to an endpoint then it should containTus-Extension: checksum
andTus-Checksum-Algorithm: md5,sha1,crc32
in its response.Steps to reproduce
Steps to reproduce the behavior:
OPTION
request to endpointhttps://localhost:9200/remote.php/dav/files/Einstein/
curl -X OPTIONS https://localhost:9200/remote.php/dav/files/Einstein/ -k -v
Expected behavior
Something like this
Actual behavior
The text was updated successfully, but these errors were encountered: