Make a note where we need to clear the cookie
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 21 Nov 2011 20:20:24 +0000 (15:20 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 5 Dec 2011 21:59:24 +0000 (22:59 +0100)
webcit/context_loop.c

index 5f2d2d6d33741ee4767c8cc18cb0e43e5b1ee476..4b0208204f31d6820aea0d3e580f018301795240 100644 (file)
@@ -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 */
        }
 
        /*