]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert last fix; subset of last fix recommitted.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 25 Feb 2008 17:11:07 +0000 (17:11 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 25 Feb 2008 17:11:07 +0000 (17:11 +0000)
* url-auth.el (url-digest-auth): If the 'opaque' argument is not
being used, don't add it to the response text.

lisp/url/ChangeLog

index be20d70cd46600ba46e2ef79d161e59933b68637..c7d0de58c81b4667ba97b44e2898d338a9737547 100644 (file)
@@ -1,8 +1,7 @@
 2008-02-25  John Wiegley  <johnw@newartisans.com>
 
-       * url-auth.el (url-digest-auth): Don't show prompt if
-       authentication succeeded on the previous pass.  Don't pass
-       "opaque" value if none is presented by the server.
+       * url-auth.el (url-digest-auth): If the 'opaque' argument is not
+       being used, don't add it to the response text.
 
 2008-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>