Actions
Issue #2920
closedCrane does not redirect correctly to schema 1 path
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Crane:
Platform Release:
2.14.0
Target Release - Crane:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 22
Quarter:
Description
$ curl -L -H "Accept: application/vnd.docker.distribution.manifest.v2+json," -k -X GET 'http://localhost:1234/v2/test/manifests/lala'
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /pulp/docker/v2/test/manifests/lala was not found on this server.</p>>
If it is a repo as of V3+ version the redirect should happen to pulp/docker/v2/test/manifests/1/lala
If it is a repo of V2 version the redirect should happen to pulp/docker/v2/test/manifests/lala
Updated by ipanova@redhat.com over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by ipanova@redhat.com over 5 years ago
Updated by ttereshc over 5 years ago
- Status changed from ASSIGNED to POST
- Sprint/Milestone set to 41
- Triaged changed from No to Yes
Added by ipanova@redhat.com over 5 years ago
Updated by ipanova@redhat.com over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset a75a7fa9ccee23aff18419647cd2bcb701fb5946.
Updated by pcreech over 5 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Crane does not redirect correctly to schema 1 path.
closes #2920 https://pulp.plan.io/issues/2920