Make a note where we need to clear the cookie
[citadel.git] / 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 */
        }
 
        /*