Skip to content

Query parameters with '//' in them get collapsed to '/' #102

@drone1

Description

@drone1

Google OAuth redirects to web apps with the scope included on the query string.

Example URL:

http://www.test.com/oauth-redirect?code=xxx&scope=https://www.googleapis.com/auth/gmail.modify

However, this line corrupts the query string, collapsing https:// to https:/:

original.call(self, path.replace(/\/\/+/g, '/'), state, dispatch, push);

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