Issue #8587
closedCollections named "api" bring up the api endpoint
Description
Try out any url, the collection doesn't even have to exist, and put "api" at the end and you'll get the /api
endpoint. So collections named "api" will not properly return their metadata when requested. It's possible this also occurs for the /all
endpoints as-well, but I haven't been able to produce it yet. Possibly need a collection named "all" in the distribution to check if it properly returns its metadata.
Updated by fao89 over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar over 3 years ago
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|418c2c99aaacf8e454cbbd54a6caed2c9687d634.
Updated by pulpbot over 3 years ago
Updated by pulpbot over 3 years ago
Added by Fabricio Aguiar over 3 years ago
Revision db5c6349 | View on GitHub
Fix collections endpoint for collections named "api"
https://pulp.plan.io/issues/8587 closes #8587
(cherry picked from commit 418c2c99aaacf8e454cbbd54a6caed2c9687d634)
Added by Fabricio Aguiar over 3 years ago
Revision 63ae3141 | View on GitHub
Fix collections endpoint for collections named "api"
https://pulp.plan.io/issues/8587 closes #8587
(cherry picked from commit 418c2c99aaacf8e454cbbd54a6caed2c9687d634)
Updated by fao89 over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Fix collections endpoint for collections named "api"
https://pulp.plan.io/issues/8587 closes #8587