According to Parkes, Lloyd:
> This patch resolves the problem described in RedHat's bugzilla bugid #69023.
> It is for htdig 3.2.0b4.
...
> --- htdig-3.2.0b4-011302/htnet/Transport.h.orig Fri Aug 2 11:40:34 2002
> +++ htdig-3.2.0b4-011302/htnet/Transport.h Fri Aug 2 11:41:11 2002
> @@ -181,7 +181,7 @@
>
> // Set and get the credentials
> // Likely to vary based on transport protocol
> - virtual void SetCredentials (String s) { _credentials = s;}
> + virtual void SetCredentials (const String& s) { _credentials = s;}
> virtual String GetCredentials () { return _credentials;}
>
> // Set the modification date and time for If-Modified-Since
Thanks for this, but it's only relevant for 3.2.0b4 snapshots that
predate January 18, 2002, when Geoff committed this fix to CVS.
Current snapshots should all have this fix (even the ones that
were erroneously grabbing the late January branch in early July).
It's good to know, though, that when Red Hat users complain about
Basic Authentication not working, it's because they're using the
old Oct. 24/01 snapshot, and that this is fixed in CVS now.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/
Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada)
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html