=== modified file 'lisp/url/url-http.el' *** lisp/url/url-http.el 2012-07-11 23:13:41 +0000 --- lisp/url/url-http.el 2012-07-27 16:49:07 +0000 *************** *** 239,245 **** nil (let ((url-basic-auth-storage 'url-http-proxy-basic-auth-storage)) ! (url-get-authentication url-http-target-url nil 'any nil)))) (real-fname (url-filename url-http-target-url)) (host (url-host url-http-target-url)) (auth (if (cdr-safe (assoc "Authorization" url-http-extra-headers)) --- 239,245 ---- nil (let ((url-basic-auth-storage 'url-http-proxy-basic-auth-storage)) ! (url-get-authentication url-http-proxy nil 'any nil)))) (real-fname (url-filename url-http-target-url)) (host (url-host url-http-target-url)) (auth (if (cdr-safe (assoc "Authorization" url-http-extra-headers))