From b075ed1dc5c3c2e1df3368a4f0791eeab07b4ceb Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 21 Nov 2011 15:20:24 -0500 Subject: [PATCH] Make a note where we need to clear the cookie --- webcit/context_loop.c | 1 + 1 file changed, 1 insertion(+) 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 */ } /* -- 2.30.2