* Allow "/do_logout" as a no-frames page
authorArt Cancro <ajc@citadel.org>
Wed, 25 Feb 2004 23:10:28 +0000 (23:10 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 25 Feb 2004 23:10:28 +0000 (23:10 +0000)
webcit/ChangeLog
webcit/context_loop.c

index ab1f7698cdf9007043ef5ff9e2e1523276e9cc05..5ad9a91652edacdac243468540eb8a498e8a44b3 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 505.5  2004/02/25 23:10:28  ajc
+* Allow "/do_logout" as a no-frames page
+
 Revision 505.4  2004/02/25 23:00:21  ajc
 * Changed the favicon support to LINK tags in the HEAD of static stuff,
   to make life easier.  (Thanks to prosthetik for this)
@@ -1678,3 +1681,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 3e3302a1b6685fb3983ac4700d671caf94bbf2df..5ac2ddaa7e8e74e892eceb352fb84ece20eb0b2a 100644 (file)
@@ -337,6 +337,7 @@ void context_loop(int sock)
           || (!strcasecmp(buf, "/static/mainframeset.html"))
           || (!strcasecmp(buf, "/static/robots.txt"))
           || (!strncasecmp(buf, "/do_welcome", 11))
+          || (!strncasecmp(buf, "/do_logout", 10))
           || (!strncasecmp(buf, "/page_popup", 11))
           || (!strncasecmp(buf, "/page_user", 10))     /* Sometimes this is wrong */
           || (!strncasecmp(buf, "/listsub", 8))