unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44439: url-http-handle-authentication: false positive "Wrong authorization used for"
@ 2020-11-04 13:30 William Xu
  0 siblings, 0 replies; only message in thread
From: William Xu @ 2020-11-04 13:30 UTC (permalink / raw)
  To: 44439

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







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-04 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04 13:30 bug#44439: url-http-handle-authentication: false positive "Wrong authorization used for" William Xu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).