Actions
Issue #8957
closedURL validation error on remote displays remote base URL instead of source url from requirements.
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:
Description
The url validation is somehow leading to this: ["Invalid URL https://galaxy.ansible.com/. Ensure the URL ends '/'."]} This happens when I have some source specified in the requirements.yml without the trailing "/".. However the error displays the remote URL in the error which happens to have the trailing /..
(02:14:32 PM) rochacbruno: error is on https://github.com/pulp/pulp_ansible/blob/master/pulp_ansible/app/serializers.py#L166 (02:14:44 PM) rochacbruno: should be url=url instead of data["url"]
Related issues
Updated by daviddavis over 2 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by daviddavis over 2 years ago
- Related to Backport #8958: Backport 8957 to 0.7 added
Updated by pulpbot over 2 years ago
- Status changed from ASSIGNED to POST
Added by daviddavis about 2 years ago
Updated by daviddavis about 2 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|c5f5625749a03ef6d869f37ad64574cff6b89358.
Updated by pulpbot about 2 years ago
Added by daviddavis about 2 years ago
Fix error message when invalid requirements url
fixes #8957
(cherry picked from commit c5f5625749a03ef6d869f37ad64574cff6b89358)
Updated by pulpbot about 2 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix error message when invalid requirements url
fixes #8957