Skip to content

Parameters not escaped #78

@nanaya

Description

@nanaya

Is it intentional?

> laroute.route('search', {q: 'this & that'})
"/home/search?q=this & that"

The & that is not part of q anymore because & is query string separator. It should be replaced with its percent encoding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions