]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-http.el (url-http-create-request): Use url-http-proxy to
authorJason Rumney <jasonr@gnu.org>
Sat, 11 Aug 2012 14:48:37 +0000 (22:48 +0800)
committerJason Rumney <jasonr@gnu.org>
Sat, 11 Aug 2012 14:48:37 +0000 (22:48 +0800)
look up proxy credentials.

lisp/url/ChangeLog
lisp/url/url-http.el

index ae224f4102feaa1dd65306c76ab30dcdf77f6392..88e3e06089bf0efc84098d14c427b6ce195abd07 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-11  Jason Rumney  <jasonr@gnu.org>
+
+       * url-http.el (url-http-create-request): Use url-http-proxy to
+       look up proxy credentials.
+
 2012-07-28  David Engster  <deng@randomsample.de>
 
        * url-dav.el (url-dav-supported-p): Added doc-string and remove
index 0b5ecc7bf988e532eb5176466f75fe49b17e469d..ac4bd365eca5843c075c026358491daea31a3cb7 100644 (file)
@@ -239,7 +239,7 @@ request.")
                         nil
                       (let ((url-basic-auth-storage
                              'url-http-proxy-basic-auth-storage))
-                        (url-get-authentication url-http-target-url nil 'any nil))))
+                        (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))