summaryrefslogtreecommitdiff
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
commit5a5231e78d0fb80810cb2029a16166a303091a02 (patch)
treeb70b3b61357853c3102fa12c04491416bc075eda
parent0586e9c32e9aca4b25f07c5d1643a38b2f5ad0d1 (diff)
downloademacs-5a5231e78d0fb80810cb2029a16166a303091a02.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.
-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>