# HG changeset patch # User Chong Yidong # Date 1203959467 0 # Node ID e3016c2df775108c4a8e55b7f9c50d11a5090672 # Parent eadecac191aa8ea9855d911c0514c3d65c858b97 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 -r eadecac191aa -r e3016c2df775 lisp/url/ChangeLog --- 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 - * 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