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
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