Skip to content

Double URL-encoding bug after login #12

@mathiasbynens

Description

@mathiasbynens

Reproduction steps

  1. Log out
  2. Open e.g. https://devwebfeed.appspot.com/admin/stats?author=Mathias%2BBynens
  3. Go through the login flow

Expected result:

You’re now at https://devwebfeed.appspot.com/admin/stats?author=Mathias%2BBynens.

Actual result:

You’re now at https://devwebfeed.appspot.com/admin/stats?author%3DMathias%2BBynens. Note how the = got incorrectly escaped as %3D.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions