Skip to content

IDOM URL slash safety #744

Closed
Closed
@Archmonger

Description

@Archmonger

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

No one assigned

    Labels

    priority-3-lowMay be resolved one any timeline.type-revisionAbout a change in functionality or behavior

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions