Project

Profile

Help

Issue #6284

closed

An internal server error is raised when trying to modify a non-existing repository

Added by lmjachky about 4 years ago. Updated almost 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 68
Quarter:

Description

When I try to modify a non-existing repository with random content, an internal server error is raised:

pulpcore.app.models.repository.Repository.DoesNotExist: Repository matching query does not exist.

The following call triggered this error and the same behavior was also observed for pulp_file:

http POST :24817/pulp/api/v3/repositories/rpm/rpm/3d5b865a-069c-4455-8226-564d2040aee1/modify/ add_content_units:="[\"\"]"

Pulp should rather return an HTTP 404 response saying something like "The requested resource was not found in this server".

Also available in: Atom PDF