Actions
Issue #3475
closedInvalid base path error could be more helpful
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Sprint 36
Quarter:
Description
Create a distributor with a space in its base path and you'll get an error message saying ""Enter a valid URL." We're using django's URLValidator which produces this message:
https://github.com/django/django/blob/master/django/core/validators.py#L102
We ought to raise a more informative message about what constitutes a valid url path.
Relevant PR:
Actions
Provide more informative invalid base path error
Default message provided by Django's URLValidator is simply: "Enter a valid URL" Check for spaces in path before this call and raise ValidationError if found.
fixes #3475 https://pulp.plan.io/issues/3475