GBS: GET /storage/v1/immutable/storage_index/share_number returns "Content-Type: text/html" #4016

Closed
opened 2023-04-25 16:14:20 +00:00 by exarkun · 2 comments
exarkun commented 2023-04-25 16:14:20 +00:00
Owner

It looks like it returns the default Content-Type applied by Twisted Web because it never specifies its own. The correct Content-Type is probably ... "application/octet-stream"? At least, that's what the spec says it should be (update the spec too, if that's wrong).

It looks like it returns the default Content-Type applied by Twisted Web because it never specifies its own. The correct Content-Type is probably ... "application/octet-stream"? At least, that's what the spec says it should be (update the spec too, if that's wrong).
tahoe-lafs added the
unknown
normal
defect
n/a
labels 2023-04-25 16:14:20 +00:00
tahoe-lafs added this to the HTTP Storage Protocol milestone 2023-04-25 16:14:20 +00:00
itamarst commented 2023-05-01 15:59:16 +00:00
Author
Owner

Code is ready in a branch, will open PR once CI is working again.

Code is ready in a branch, will open PR once CI is working again.
GitHub <noreply@github.com> commented 2023-05-04 17:16:12 +00:00
Author
Owner

In 0b992c4/trunk:

Merge pull request #1297 from tahoe-lafs/4016-http-storage-content-type

HTTP storage content type correctness

Fixes ticket:4016
In [0b992c4/trunk](/tahoe-lafs/trac-2024-07-25/commit/0b992c498a3609e431db4b835d8ba52640714230): ``` Merge pull request #1297 from tahoe-lafs/4016-http-storage-content-type HTTP storage content type correctness Fixes ticket:4016 ```
tahoe-lafs added the
fixed
label 2023-05-04 17:16:12 +00:00
GitHub <noreply@github.com> closed this issue 2023-05-04 17:16:12 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#4016
No description provided.