comparison lisp/url/ChangeLog @ 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 918018f09ebd
children 0a746c028341
comparison
equal deleted inserted replaced
80205:eadecac191aa 80206:e3016c2df775
1 2008-02-25 John Wiegley <johnw@newartisans.com> 1 2008-02-25 John Wiegley <johnw@newartisans.com>
2 2
3 * url-auth.el (url-digest-auth): Don't show prompt if 3 * url-auth.el (url-digest-auth): If the 'opaque' argument is not
4 authentication succeeded on the previous pass. Don't pass 4 being used, don't add it to the response text.
5 "opaque" value if none is presented by the server.
6 5
7 2008-01-21 Stefan Monnier <monnier@iro.umontreal.ca> 6 2008-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
8 7
9 * url-handlers.el (unhandled-file-name-directory): Add handler. 8 * url-handlers.el (unhandled-file-name-directory): Add handler.
10 (url-handler-unhandled-file-name-directory): New fun. 9 (url-handler-unhandled-file-name-directory): New fun.