Skip to content

Encoded '&' in view parameters does not reach 'activate' #51

@MaximBalaganskiy

Description

@MaximBalaganskiy

I'm submitting a bug report

  • Library Version:
    1.3.2

Please tell us about your environment:

  • Operating System:
    Windows 10

  • Node Version:
    8.9.4

  • NPM Version:
    6.9.0

  • JSPM OR Webpack AND Version
    webpack 4.30.0

  • Browser:
    all

  • Language:
    all

Current behavior:
Passing a=b%26c as a view query results in {a: 'b', c: true} object

Expected/desired behavior:

  • What is the expected behavior?
    Passing a=b%26c as a view query results in {a: 'b&c'} object

  • What is the motivation / use case for changing the behavior?
    An encoded parameter value is expected to reach a view unchanged

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions