Issue #7767
pulp_ansible doesn't handle trailing slashes in URLs correctly
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
From the Ansible Galaxy User Guide[0]: "The url option for each server name must end with a forward slash /
."
Note though, however, that the ansible-galaxy CLI does a special substitution for galaxy:
I think we should just copy what the ansible-galaxy CLI is doing.
Associated revisions
History
#1
Updated by daviddavis 3 months ago
- Project changed from Pulp to Ansible Plugin
#2
Updated by daviddavis 3 months ago
- Description updated (diff)
#3
Updated by daviddavis 3 months ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
#5
Updated by daviddavis 3 months ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|3fda9ae5af60226cc6d7574d528eaae5d556e4f6.
Please register to edit this issue
Added validation and fixed handling of trailing slashes in URLs
fixes #7767