-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.6.0-HF13, 5.7.1
-
Component/s: Web Common
-
Tags:
When an OAuth callback URL is given with query parameters, NuxeoOAuthFilter returns a malformed url.
If you give an Url like http://myhost/callback.php?my_arg=1
You'll get:
http://myhost/callback.php?my_arg=1?oauth_token=NX-RT-...
instead of:
http://myhost/callback.php?my_arg=1&oauth_token=NX-RT-...