Mercurial > emacs
changeset 80203:918018f09ebd
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 25 Feb 2008 16:18:51 +0000 |
parents | 1a9c4513c93f |
children | 20991f71fc27 |
files | lisp/url/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Mon Feb 25 16:04:54 2008 +0000 +++ b/lisp/url/ChangeLog Mon Feb 25 16:18:51 2008 +0000 @@ -1,3 +1,9 @@ +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. + 2008-01-21 Stefan Monnier <monnier@iro.umontreal.ca> * url-handlers.el (unhandled-file-name-directory): Add handler.