Skip to content

docs.rs removes query parameters on redirect #2786

Closed
@msrd0

Description

@msrd0

When requesting a url on docs.rs that gets redirected e.g. because the wrong version of -/_ was used, e.g. https://docs.rs/embedded_graphics/0.8.0/embedded_graphics, and you add query parameters, e.g. https://docs.rs/embedded_graphics/0.8.0/embedded_graphics/?search=pixel, you get redirected to https://docs.rs/embedded-graphics/0.8.0/embedded_graphics/ with the query parameter stripped. I think the redirect should instead go to https://docs.rs/embedded-graphics/0.8.0/embedded_graphics/?search=pixel, i.e. keeping the query parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-backendArea: Webserver backendC-bugCategory: This is a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions