From unknown Mon Jun 23 02:23:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16880: 24.3; oauth2: 401-responses not handled transparently [oauth2 0.10] Resent-From: =?UTF-8?Q?=C3=98yvind?= Stegard Original-Sender: "Debbugs-submit" Resent-CC: help-debbugs@gnu.org Resent-Date: Tue, 25 Feb 2014 14:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 16880 X-GNU-PR-Package: oauth2 X-GNU-PR-Keywords: To: 16880@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.139333745824804 (code B ref -1); Tue, 25 Feb 2014 14:11:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Feb 2014 14:10:58 +0000 Received: from localhost ([127.0.0.1]:38800 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WIIio-0006Rz-0c for submit@debbugs.gnu.org; Tue, 25 Feb 2014 09:10:58 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56476) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WIIil-0006Rk-GF for submit@debbugs.gnu.org; Tue, 25 Feb 2014 09:10:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIIiZ-0007T3-3y for submit@debbugs.gnu.org; Tue, 25 Feb 2014 09:10:50 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIIiZ-0007Sz-0t for submit@debbugs.gnu.org; Tue, 25 Feb 2014 09:10:43 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIIiS-0008RN-Az for bug-gnu-emacs@gnu.org; Tue, 25 Feb 2014 09:10:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIIiK-0007O4-El for bug-gnu-emacs@gnu.org; Tue, 25 Feb 2014 09:10:36 -0500 Received: from mail-out2.uio.no ([129.240.10.58]:51703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIIiK-0007N5-42 for bug-gnu-emacs@gnu.org; Tue, 25 Feb 2014 09:10:28 -0500 Received: from mail-mx2.uio.no ([129.240.10.30]) by mail-out2.uio.no with esmtp (Exim 4.75) (envelope-from ) id 1WIIiH-0007aR-8Q for bug-gnu-emacs@gnu.org; Tue, 25 Feb 2014 15:10:25 +0100 Received: from 1x-193-157-241-193.uio.no ([193.157.241.193] helo=rednorrock.local) by mail-mx2.uio.no with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) user oyvinst (Exim 4.80) (envelope-from ) id 1WIIiG-0001D1-Nc for bug-gnu-emacs@gnu.org; Tue, 25 Feb 2014 15:10:25 +0100 From: =?UTF-8?Q?=C3=98yvind?= Stegard Date: Tue, 25 Feb 2014 15:10:23 +0100 Message-ID: <87fvn7jnao.fsf.rednorrock@ifi.uio.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-UiO-SPF-Received: X-UiO-Ratelimit-Test: rcpts/h 1 msgs/h 1 sum rcpts/h 1 sum msgs/h 1 total rcpts 58 max rcpts/h 3 ratelimit 0 X-UiO-Spam-info: not spam, SpamAssassin (score=-6.5, required=5.0, autolearn=disabled, RP_MATCHES_RCVD=-1.511, UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=NO) X-UiO-Scanned: A962A86F2539BE3205581682E7D8920C13DC4D82 X-UiO-SPAM-Test: remote_host: 193.157.241.193 spam_score: -64 maxlevel 80 minaction 2 bait 0 mail/h: 1 total 46 max/h 3 blacklist 0 greylist 0 ratelimit 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Package: oauth2 Version: 0.10 I use oauth2.el to access the Google Contacts API and it has been working fine for a long time. But in recent versions (after v0.9 I think) I have been getting 401 http responses from Google whenever a token refresh was necessary. Subsequently retrying the http request by calling `oauth2-url-retrieve-synchronously' again makes it work OK, and "200 OK" with expected results is returned. It looks like the initial 401 http response, which is supposed to be handled transparently, is what actually ends up in the buffer returned by `oauth2-url-retrieve-synchronously' when a token refresh has been automatically executed (in "oauth-hack" advice around `url-http-handle-authentication'). (The token refresh itself seems to work fine and is updated in the plstore.) There is a hack in oauth2.el for hooking into url-http library authentication handling, and the hack overrides the standard mechanism by using an around-advice ("oauth-hack") and a conditional variable which triggers the special behaviour when called from oauth2. This advice sets the url internal variable `success' to t at the end, but the advised function `url-http-handle-authentication' does not do this after its own call to `url-retrieve-internal' at the end (in Emacs 24.3 at least). I tried commenting out this (oauth2.el line 205): (when (boundp 'success) (setq success t)) ;For URL library in Emacs<24.4. so `success' was not set to t. And this causes things to work like expected; the initial 401-response is handled behind the scenes, and the reponse of the last http request (with updated access token) is what ends up in the buffer returned by `oauth2-url-retrieve-synchronously'. I have not deep enough knowledge of the url library to see exactly why this works, and I would appreciate if you could look into it. To reproduce, I simply invalidate the access token in the oauth plstore, forcing oauth2 to refresh it, before calling function `oauth2-url-retrieve-synchronously'. Also, what is the point of the (let ...) block with only variable bindings and no body at line 196 in oauth.el ? (Parentheses mishap ?) Thanks, =C3=98yvind S. --=20 < =C3=98yvind Stegard < http://stegard.net/ From unknown Mon Jun 23 02:23:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16880: 24.3; oauth2: 401-responses not handled transparently [oauth2 0.10] Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Feb 2014 16:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16880 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?=C3=98yvind?= Stegard Cc: 16880@debbugs.gnu.org Received: via spool by 16880-submit@debbugs.gnu.org id=B16880.13933470799986 (code B ref 16880); Tue, 25 Feb 2014 16:52:01 +0000 Received: (at 16880) by debbugs.gnu.org; 25 Feb 2014 16:51:19 +0000 Received: from localhost ([127.0.0.1]:39633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WILDy-0002az-EL for submit@debbugs.gnu.org; Tue, 25 Feb 2014 11:51:18 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:49808 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WILDw-0002ar-LM for 16880@debbugs.gnu.org; Tue, 25 Feb 2014 11:51:17 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WILDu-0007Nh-Uq; Tue, 25 Feb 2014 11:51:15 -0500 From: Glenn Morris References: <87fvn7jnao.fsf.rednorrock@ifi.uio.no> X-Spook: NASA MD2 Firewalls LABLINK Al Jazeera anarchy advisors X-Ran: .|wzFVA=/2M0#/Z?E"Ip=^}mvhP\TM4v*usD/o}:]:{ac_{POZ.U"J%ugp)5ccJfZ=?%9A X-Hue: red X-Attribution: GM Date: Tue, 25 Feb 2014 11:51:14 -0500 In-Reply-To: <87fvn7jnao.fsf.rednorrock@ifi.uio.no> ("=?UTF-8?Q?=C3=98yvind?= Stegard"'s message of "Tue, 25 Feb 2014 15:10:23 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) =C3=98yvind Stegard wrote: > Package: oauth2 There is no package "oauth2" on debbugs.gnu.org, so your report ended up on the help-debbugs mailing list. You seem to be talking about a GNU ELPA package, so I have reassigned your issue to the "emacs" package. This message, and all future ones, will go to the bug-gnu-emacs list. > Version: 0.10 > > I use oauth2.el to access the Google Contacts API and it has been > working fine for a long time. But in recent versions (after v0.9 I > think) I have been getting 401 http responses from Google whenever a > token refresh was necessary. Subsequently retrying the http request by > calling `oauth2-url-retrieve-synchronously' again makes it work OK, and > "200 OK" with expected results is returned. > > It looks like the initial 401 http response, which is supposed to be > handled transparently, is what actually ends up in the buffer returned > by `oauth2-url-retrieve-synchronously' when a token refresh has been > automatically executed (in "oauth-hack" advice around > `url-http-handle-authentication'). (The token refresh itself seems to > work fine and is updated in the plstore.) > > There is a hack in oauth2.el for hooking into url-http library > authentication handling, and the hack overrides the standard mechanism > by using an around-advice ("oauth-hack") and a conditional variable > which triggers the special behaviour when called from oauth2. > > This advice sets the url internal variable `success' to t at the end, > but the advised function `url-http-handle-authentication' does not do > this after its own call to `url-retrieve-internal' at the end (in Emacs > 24.3 at least). > > I tried commenting out this (oauth2.el line 205): > (when (boundp 'success) (setq success t)) ;For URL library in Emacs<24= .4. > > so `success' was not set to t. And this causes things to work like > expected; the initial 401-response is handled behind the scenes, and the > reponse of the last http request (with updated access token) is what > ends up in the buffer returned by `oauth2-url-retrieve-synchronously'. I > have not deep enough knowledge of the url library to see exactly why > this works, and I would appreciate if you could look into it. > > To reproduce, I simply invalidate the access token in the oauth plstore, > forcing oauth2 to refresh it, before calling function > `oauth2-url-retrieve-synchronously'. > > > Also, what is the point of the (let ...) block with only variable > bindings and no body at line 196 in oauth.el ? (Parentheses mishap ?) > > > Thanks, > > =C3=98yvind S. From unknown Mon Jun 23 02:23:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16880: 24.3; oauth2: 401-responses not handled transparently [oauth2 0.10] Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 29 May 2021 11:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16880 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?=C3=98yvind?= Stegard Cc: 16880@debbugs.gnu.org Received: via spool by 16880-submit@debbugs.gnu.org id=B16880.162228915731362 (code B ref 16880); Sat, 29 May 2021 11:53:02 +0000 Received: (at 16880) by debbugs.gnu.org; 29 May 2021 11:52:37 +0000 Received: from localhost ([127.0.0.1]:56237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmxW9-00089m-3P for submit@debbugs.gnu.org; Sat, 29 May 2021 07:52:37 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmxW6-00089T-7f for 16880@debbugs.gnu.org; Sat, 29 May 2021 07:52:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Kpzx4kAZWUlt7t+H//aZ6ib0xHqo4D8yNikkIGYXtgE=; b=HQMzE5yIb8lVkCHEACLur4j3dM YGQ9aam/cPZyuwsPXMCPf1j6nGie+5hrE0rUnAvBPUDteTLtdieeePy8z6/vfEDBdy9donjPUbiN7 wswfXoG2blSZdzJjviTs5Qn8l/yk0rNzRMpvTUROy0IpQmGodsB75XjvTx5MTNPFSThM=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lmxVx-0005V6-Qf; Sat, 29 May 2021 13:52:28 +0200 From: Lars Ingebrigtsen References: <87fvn7jnao.fsf.rednorrock@ifi.uio.no> X-Now-Playing: Joni Mitchell's _Turbulent Indigo_: "The Magdalene Laundries" Date: Sat, 29 May 2021 13:52:25 +0200 In-Reply-To: <87fvn7jnao.fsf.rednorrock@ifi.uio.no> ("=?UTF-8?Q?=C3=98yvind?= Stegard"'s message of "Tue, 25 Feb 2014 15:10:23 +0100") Message-ID: <87o8ct7o5i.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: =?UTF-8?Q?=C3=98yvind?= Stegard writes: > I use oauth2.el to access the Google Contacts API and it has been > working fine for a long time. But in recent versions (after v0.9 I > think) I have been getting 401 http responses from Google whe [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) =C3=98yvind Stegard writes: > I use oauth2.el to access the Google Contacts API and it has been > working fine for a long time. But in recent versions (after v0.9 I > think) I have been getting 401 http responses from Google whenever a > token refresh was necessary. Subsequently retrying the http request by > calling `oauth2-url-retrieve-synchronously' again makes it work OK, and > "200 OK" with expected results is returned. (I'm going through old bug reports that unfortunately got no response at the time.) Are you still seeing this issue with more recent versions of oauth2? --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat May 29 07:52:41 2021 Received: (at control) by debbugs.gnu.org; 29 May 2021 11:52:41 +0000 Received: from localhost ([127.0.0.1]:56240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmxWD-0008A2-9t for submit@debbugs.gnu.org; Sat, 29 May 2021 07:52:41 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38196) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmxWB-00089a-Ik for control@debbugs.gnu.org; Sat, 29 May 2021 07:52:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=9KoFRE0qvphnmQzY7GRAyv7qOY/GWOQO4DSi+PqXqyg=; b=qDZHwxEpuQMm0UIvuUyCL5+OEG b2yOtwpaUgtBgjEOLJdBRnZp3SfwiOEYyHD74e3rKWAg0c4LutD5GL90+6ZxSqBJ0+JdGQZSpntNM LIi8MxRORj/n5/NxvZtvj9614sWniYdZQ9Nd9SKtU17ehAv8mFNDilTplY8nIvcXj5XI=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lmxW4-0005VD-3N for control@debbugs.gnu.org; Sat, 29 May 2021 13:52:34 +0200 Date: Sat, 29 May 2021 13:52:31 +0200 Message-Id: <87mtsd7o5c.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16880 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 16880 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 16880 + moreinfo quit From unknown Mon Jun 23 02:23:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16880: 24.3; oauth2: 401-responses not handled transparently [oauth2 0.10] Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 26 Jun 2021 12:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16880 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: =?UTF-8?Q?=C3=98yvind?= Stegard Cc: 16880@debbugs.gnu.org Received: via spool by 16880-submit@debbugs.gnu.org id=B16880.16247114334168 (code B ref 16880); Sat, 26 Jun 2021 12:44:01 +0000 Received: (at 16880) by debbugs.gnu.org; 26 Jun 2021 12:43:53 +0000 Received: from localhost ([127.0.0.1]:47230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lx7f7-000159-Hh for submit@debbugs.gnu.org; Sat, 26 Jun 2021 08:43:53 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lx7f6-00014v-4p for 16880@debbugs.gnu.org; Sat, 26 Jun 2021 08:43:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=bw5+UJ5/SHw/3W/IlHnS1RzvmK0vMZ871JieShO92nQ=; b=bCqcUk4uf0aNcMLuCmmxd6l4O0 eEtvQqdSSt9JtXIJQ7P5b3zGu+4VsZGVO+m9T5iFCiMA4kZ3uZWiDD9lvIeRiNX+n2+aLs2fkuRu8 IJUQXIETCmvhT14S7na2ZQ71Cye2iEWubjh5u0ECYqxTr9L+ju0xdsJESTxwSHuo7FPM=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lx7ey-000284-8z; Sat, 26 Jun 2021 14:43:46 +0200 From: Lars Ingebrigtsen References: <87fvn7jnao.fsf.rednorrock@ifi.uio.no> <87o8ct7o5i.fsf@gnus.org> X-Now-Playing: David Bowie's _The Width of a Circle (2)_: "When I Live My Dream (Reprise)" Date: Sat, 26 Jun 2021 14:43:43 +0200 In-Reply-To: <87o8ct7o5i.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 29 May 2021 13:52:25 +0200") Message-ID: <871r8odce8.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > Are you still seeing this issue with more recent versions of oauth2? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: > Are you still seeing this issue with more recent versions of oauth2? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 26 08:43:59 2021 Received: (at control) by debbugs.gnu.org; 26 Jun 2021 12:43:59 +0000 Received: from localhost ([127.0.0.1]:47233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lx7fC-00015V-P5 for submit@debbugs.gnu.org; Sat, 26 Jun 2021 08:43:59 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55264) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lx7fB-000152-6y for control@debbugs.gnu.org; Sat, 26 Jun 2021 08:43:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=mTiJDBSEey0bBcEMz6nfaZO4FtOkwWFP4u4xFBloUeU=; b=hULLzKE5KhTYHONV+5gyzY65PB tNpvx8YcmJ6dcl2TfRgIa5Wffj7nSk39Rw739lgaCwbmrgxullD9IVes+GrxstF+7TYIlpuVpu612 lyh2+bBD+I8/dPjyTLoDtAlmPh8e/bAVeJfD/lcxFjLcyO81pWWA5WQS4OpoocuWr7hU=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lx7f3-00028A-RG for control@debbugs.gnu.org; Sat, 26 Jun 2021 14:43:51 +0200 Date: Sat, 26 Jun 2021 14:43:49 +0200 Message-Id: <87zgvcbxtm.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16880 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 16880 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 16880 quit