Skip to content
New issue

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

Query Parameters: CHECKSUM (Optional - DEPRECATED) #302

Closed
ruebot opened this issue Jun 30, 2016 · 4 comments
Closed

Query Parameters: CHECKSUM (Optional - DEPRECATED) #302

ruebot opened this issue Jun 30, 2016 · 4 comments
Assignees

Comments

@ruebot
Copy link
Member

ruebot commented Jun 30, 2016

Looks like we need to update how we handle checksums: https://wiki.duraspace.org/display/FEDORA4x/RESTful+HTTP+API

From

Query Parameters:

CHECKSUM (Optional - DEPRECATED) A deprecated way of providing a SHA-1 checksum which will be checked against the uploaded content to ensure error-free transfer. This parameter will be removed in a future version of Fedora.

To

DIGEST (Optional) A way of providing a SHA-1 checksum which will be checked against the uploaded content to ensure error-free transfer. The header is interpreted according to RFC-3230 (See 'Example (4): Uploaded file with checksum' and 'Example (5): Uploaded file with checksum mismatch') If the provided checksum does not match the calculated value for the uploaded file a 409 Conflict will be returned.
@ruebot
Copy link
Member Author

ruebot commented Jun 30, 2016

Pull request: Islandora/chullo#51

@ruebot
Copy link
Member Author

ruebot commented Jul 21, 2016

Crayfish PR: Islandora/Crayfish#12

whikloj pushed a commit to Islandora/chullo that referenced this issue Jul 22, 2016
* Address Islandora/documentation#302 ; Query Parameters: CHECKSUM (Optional - DEPRECATED)
@whikloj
Copy link
Member

whikloj commented Jul 22, 2016

Partially resolved with Islandora/chullo@89a50b3

whikloj added a commit to Islandora/Crayfish that referenced this issue Jul 22, 2016
@whikloj
Copy link
Member

whikloj commented Jul 22, 2016

Resolved with Islandora/Crayfish@0d9d048

@whikloj whikloj closed this as completed Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants