From: Chong Yidong Date: Mon, 25 Feb 2008 17:11:07 +0000 (+0000) Subject: Revert last fix; subset of last fix recommitted. X-Git-Tag: emacs-pretest-22.1.92~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a5231e78d0fb80810cb2029a16166a303091a02;p=emacs.git 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. --- 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 - * 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