-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use standard header for checksums (#2921)
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Enhancement: Use standard header for checksums | ||
|
||
On HEAD requests, we currently expose checksums (when available) using the | ||
ownCloud-specific header, which is typically consumed by the sync clients. | ||
|
||
This patch adds the standard Digest header using the standard format | ||
detailed at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Digest. | ||
This is e.g. used by GFAL/Rucio clients in the context of managed transfers of datasets. | ||
|
||
https://github.com/cs3org/reva/pull/2921 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters