Actions
Issue #2924
closedAccept headers are not correct during the request to the registry
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Docker:
Platform Release:
2.14.0
Target Release - Docker:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 22
Quarter:
Description
Should be
if headers:
# set the headers for first request
- request_headers['Accept'] = schema2
- request_headers['Accept'] = man_list
+ request_headers['Accept'] = ','.join((schema2, man_list))
Added by ipanova@redhat.com over 5 years ago
Added by ipanova@redhat.com over 5 years ago
Accept headers are not correct during the request to the registry.
Added by ipanova@redhat.com over 5 years ago
Accept headers are not correct during the request to the registry.
Added by ipanova@redhat.com over 5 years ago
Accept headers are not correct during the request to the registry.
Updated by ipanova@redhat.com over 5 years ago
- Status changed from NEW to POST
- Assignee set to ipanova@redhat.com
- Priority changed from Normal to High
- Sprint/Milestone set to 41
- Triaged changed from No to Yes
Updated by ipanova@redhat.com over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset 99a027bfce05ed2000906c5e16f4c598361a48c8.
Updated by pcreech over 5 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Accept headers are not correct during the request to the registry.
closes #2924 https://pulp.plan.io/issues/2924