Skip to content

Certain characters are incorrectly escaped when rendering custom links #12355

@jeremystretch

Description

@jeremystretch

NetBox version

v3.4.9

Python version

3.8

Steps to Reproduce

  1. Create a custom link with the URL http://example.com/?foo=1&bar=2
  2. View an object where the custom link appears and inspect its source

Expected Behavior

The unmodified URL should be present.

Observed Behavior

The link is incorrectly escaped to http://example.com/?foo%3D1&bar%3D2. This is a regression resulting from 89fa546.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions