Network maintenance. Planio will be observing two scheduled maintenance windows this Tuesday, March 2 and Wednesday, March 3 from 02:00 UTC until 06:00 UTC each in order to perform maintenance on access routers in our primary datacenter. Your account might observe short downtimes during these periods up to several minutes at a time.
Issue #5346
Wrong url resolution when path is the last component of prefix
Status:
NEW
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
When <path:path>
component is the last one in GALAXY_API_ROOT
, Django redirects all requests having this prefix to the GalaxyVersionView
, which is defined in pulp_ansible/app/urls.py
as:
path(GALAXY_API_ROOT, GalaxyVersionView.as_view()),
History
#1
Updated by daviddavis over 1 year ago
- Triaged changed from No to Yes
Please register to edit this issue