From: Art Cancro Date: Mon, 21 Nov 2011 20:20:24 +0000 (-0500) Subject: Make a note where we need to clear the cookie X-Git-Tag: v8.11~358 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=b075ed1dc5c3c2e1df3368a4f0791eeab07b4ceb Make a note where we need to clear the cookie --- diff --git a/webcit/context_loop.c b/webcit/context_loop.c index 5f2d2d6d3..4b0208204 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -582,6 +582,7 @@ void context_loop(ParsedHttpHdrs *Hdr) syslog(LOG_DEBUG, "\033[35m -- http-auth required but not provided\033[0m"); OverrideRequest(Hdr, HKEY("GET /401 HTTP/1.0")); Hdr->HR.prohibit_caching = 1; + /* FIXME -- we have to clear the cookie here */ } /*