-
-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior
Milestone
Description
Current Situation
There are some portions of IDOM that currently do not automatically append/prepend forward slashes to URLs.
For example
Proposed Actions
Look through any locations in the source where the user will input a URL.
Automatically append/prepend a forward slash when needed. In Python, an implementation may look like such:
f"/{ my_string.lstrip('/') }"
If a forward slash, or backwards slash, isn't expected in certain situations then we should also be stripping those.
Metadata
Metadata
Assignees
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior