Actions
Issue #3022
closedTasks delete endpoint does not work if the optional parameter was not provided.
Status:
CLOSED - WONTFIX
Priority:
Low
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:
Pulp 2
Sprint:
Quarter:
Description
As per documentation [https://docs.pulpproject.org/dev-guide/integration/rest-api/tasks.html#deleting-completed-tasks\] the state (string) - (optional) only delete tasks currently in this state.
However if the state is not provided the response is always 403. If the state is provided then response can be 204. Basically, an optional parameter is behaving as necessary.
To recreate:
Use HTTP DELETE on the path: /pulp/api/v2/tasks/ without provide the state.
Updated by amacdona@redhat.com over 5 years ago
- Severity changed from 1. Low to 2. Medium
- Triaged changed from No to Yes
I see 2 potentially separate issues here. 1) we should make `state` non-optional. 2) an invalid request should not return a 403, so that should be investigated as well.
Updated by bmbouter about 4 years ago
- Status changed from NEW to CLOSED - WONTFIX
Actions