bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44439: url-http-handle-authentication: false positive "Wrong authori


From: William Xu
Subject: bug#44439: url-http-handle-authentication: false positive "Wrong authorization used for"
Date: Wed, 04 Nov 2020 14:30:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin)

When I use excorporate elpa package to get outlook calendar into
orgMode, M-x excorporate, putting user and password info, I get this
error:

(defun url-http-handle-authentication (proxy)
      ... 
      (error "Wrong authorization used for %s" url))

even though I provided the correct password. In fact, if I change
`error' to `message', everything just works. All calendar events can be
downloaded successfully. 

I noticed the change has been added when resolving this ticket:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27022

Should the `assoc' check be refined a bit here? 

-- 
William







reply via email to

[Prev in Thread] Current Thread [Next in Thread]