]> code.citadel.org Git - citadel.git/commitdiff
The 'nocookies' error page is no longer needed
authorArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2011 17:13:49 +0000 (12:13 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2011 17:13:49 +0000 (12:13 -0500)
webcit/context_loop.c

index 02c55c6d5516df412e2284cac3650c05a9a65588..b93b7a9b0d4fafd18d80f1fd94bd36ccc24f6e2e 100644 (file)
@@ -579,10 +579,16 @@ void context_loop(ParsedHttpHdrs *Hdr)
                                OverrideRequest(Hdr, HKEY("GET /401 HTTP/1.0"));
                                Hdr->HR.prohibit_caching = 1;                           
                        }
+
+                       /*
+                        * I don't think we need this anymore now that guest mode is working
+                        * ajc 2011jan07
+                        *
                        else {
                                OverrideRequest(Hdr, HKEY("GET /static/nocookies.html?force_close_session=yes HTTP/1.0"));
                                Hdr->HR.prohibit_caching = 1;
                        }
+                        */
                }
                
                if (StrLength(Hdr->c_language) > 0) {