summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-02-25 17:11:07 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-02-25 17:11:07 +0000
commit729f6c05863830d5eeafe8691d5e014e39dd3866 (patch)
tree345beccc6c62990b8f122c3193c600d07269d877 /lisp
parent18b1758cba39db491de4cfa798790383314c8187 (diff)
downloademacs-729f6c05863830d5eeafe8691d5e014e39dd3866.tar.gz
Revert last fix; subset of last fix recommitted.
* url-auth.el (url-digest-auth): If the 'opaque' argument is not being used, don't add it to the response text.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/url/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index be20d70cd46..c7d0de58c81 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -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>