Mercurial > emacs
changeset 80206:e3016c2df775
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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 25 Feb 2008 17:11:07 +0000 |
parents | eadecac191aa |
children | 79daf9fe0585 |
files | lisp/url/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Mon Feb 25 16:19:30 2008 +0000 +++ b/lisp/url/ChangeLog Mon Feb 25 17:11:07 2008 +0000 @@ -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>