Skip to content

Params part of the routable URL are not escaped, specifically a slash #14636

@maletor

Description

@maletor

In reference to #14070, a slash found in the params of a route such as

get 'foo/:token where :token contains a "/" would return a 404 because :token does not get URL escaped.

:token should probably be escaped just as it would a regular param (after the ?).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions