Closed (fixed)
Project:
OAuth 1.0
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2012 at 14:22 UTC
Updated:
31 Jan 2017 at 09:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ksenzeeI was writing some simpletests for our oauth flow and ran into this notice, as well as an "Undefined index: query" notice that's emitted on line 121 of oauth_common.pages.inc if the callback URL for your oauth consumer doesn't include a query string.
Comment #2
pwolanin commentedPatch needed a re-roll.
verified that it fixes the notices.
Comment #3
juampynr commentedCommitted to 7.x-3.x. Thanks!
http://drupalcode.org/project/oauth.git/commitdiff/3211e05
Comment #4
rjbrown99 commentedUpdating to proper status per issue queue handbook.
Comment #5
h3rj4n commentedI couldn't apply the patch because it's for D7. I added by hand and created patch for it.
Comment #6
damienmckennaThe patch in #5 needs to be rerolled.
Comment #8
kyletaylored commentedI was updating this module on one of our sites, used a previous patch, and after looking at the 7.x-3.x branch, the patch in #5 has already been applied and committed in the latest release. Given it's also 4 years old, I'm gonna mark this as fixed.
Comment #10
zhouhana commentedI can't read PHP very well myself, so I just want to double check. Because of the recent security release to OAuth I'm trying to update the module for a few sites, and now I'd like to reapply the patches that were previously applied, so the sites don't lose any important functionality.
The release notes for OAuth say nothing about this patch being included in the non-dev branch, but still when I try to apply it through the command line I get this:
Does this mean it is already in the 7.x-3.3 branch after all?
Comment #11
ksenzeeYes - see comment #3. The patch is in the 7.x-3.x branch. (7.x-3.3 is a tag off the 7.x-3.x branch.) So no worries. Thanks for checking!
Comment #12
zhouhana commentedGreat! Thank you!