Skip to content

AuthorizationCodeResponseUrl doesn't support semicolon as separator #89

@wonderfly

Description

@wonderfly

From ykph...@gmail.com on February 06, 2014 18:48:21

Version of google-oauth-java-client (e.g. 1.5.0-beta)?
1.15.0-rc

Java environment (e.g. Java 6, Android 2.3, App Engine)?
Android 4.1

Describe the problem.
When the redirectUrl is returned in the following format:
http://url?code=abc;state=xyz
AuthorizationCodeResponseUrl doesn't parse it properly, as it only accepts & as the separator.

As per: http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.2.2 Semicolon should also be accepted as the separator for the parameters. How would you expect it to be fixed? It should parse the code and state properly when semicolon is used as a separator.

Original issue: http://code.google.com/p/google-oauth-java-client/issues/detail?id=89

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions