]> git.eshelyaron.com Git - emacs.git/commitdiff
Diane Murray <disumu at x3y2z1.net>
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 02:49:32 +0000 (02:49 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 02:49:32 +0000 (02:49 +0000)
(url-basic-auth): Set path to "/" when URL has an empty string filename.

lisp/url/ChangeLog
lisp/url/url-auth.el
man/ChangeLog

index c13a4f3b7a7d7cb6a94ce9611cfa91f2754f3b98..34db3be57d71d1659deab571afcda1a51e625883 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-12  Diane Murray  <disumu@x3y2z1.net>
+
+       * url-auth.el (url-basic-auth): Set path to "/" when URL has an
+        empty string filename.
+
 2007-10-09  Richard Stallman  <rms@gnu.org>
 
        * url-parse.el (url-type, url-user, url-password, url-host)
index 3c33fd914e5079280c10c5e346625f30d56192d0..b2de802cbad665c5b2e4668123fe3e4b3948ac3b 100644 (file)
@@ -74,6 +74,7 @@ instead of the pathname inheritance method."
     (setq server (format "%s:%d" server port)
          path (cond
                (realm realm)
+               ((string= "" path) "/")
                ((string-match "/$" path) path)
                (t (url-basepath path)))
          byserv (cdr-safe (assoc server
index 707222a5fc4e7767b029c411a9bce0ae6eb39f40..6b8affa4888903766168faf807d9035cfe43361a 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
+
 2007-10-09  Richard Stallman  <rms@gnu.org>
 
        * display.texi (Cursor Display): Correct how cursor appears