]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-http-create-request):
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 1 Sep 2006 02:31:47 +0000 (02:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 1 Sep 2006 02:31:47 +0000 (02:31 +0000)
Use `url-recreate-url-attributes' when setting real-fname.

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

index 135fdec092168cd4f01e6f66479ed5369682ac51..ad3912de67f2a807749c9a8dbc2f754270323792 100644 (file)
@@ -1,6 +1,17 @@
-2006-08-29  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
+2006-08-31  Diane Murray  <disumu@x3y2z1.net>
 
-       * url-cookie.el (url-cookie-write-file): Really don't use versioned backups.
+       * url-parse.el (url-recreate-url-attributes): New function, code
+       simply moved from `url-recreate-url'.
+       (url-recreate-url): Use it.
+       Put the `url-target' at the end of the URL after the attributes.
+
+       * url-http.el (url-http-create-request):
+       Use `url-recreate-url-attributes' when setting real-fname.
+
+2006-08-29  Diane Murray  <disumu@x3y2z1.net>
+
+       * url-cookie.el (url-cookie-write-file): Really don't use versioned
+       backups.
 
 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index ae3a4b3e0706127b27788ad5b07b9a0df3f37915..a1d87e1bd31674fb889c64a43763c23ce6c76f56 100644 (file)
@@ -160,7 +160,8 @@ request.")
                       (let ((url-basic-auth-storage
                              'url-http-proxy-basic-auth-storage))
                         (url-get-authentication url nil 'any nil))))
-        (real-fname (url-filename (or proxy-obj url)))
+        (real-fname (concat (url-filename (or proxy-obj url))
+                            (url-recreate-url-attributes (or proxy-obj url))))
         (host (url-host (or proxy-obj url)))
         (auth (if (cdr-safe (assoc "Authorization" url-request-extra-headers))
                   nil