* fix frameset bug in page popups
authorArt Cancro <ajc@citadel.org>
Fri, 27 Feb 2004 05:04:38 +0000 (05:04 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 27 Feb 2004 05:04:38 +0000 (05:04 +0000)
webcit/ChangeLog
webcit/context_loop.c

index e6ffc70e95bcdac6764aa169ee9c7d26591e6974..456996639c39a24c4a7f91c0630f330cbc15e1d9 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 505.8  2004/02/27 05:04:38  ajc
+* fix frameset bug in page popups
+
 Revision 505.7  2004/02/26 04:08:56  ajc
 * Fixed a problem that made WebCit go to the "no cookies" screen instead
   of the logout banner.
@@ -1690,4 +1693,3 @@ 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 e6e1bdbdb2238228bcd9a3a429d74dd11c1b1248..41a468e7a532c23dcad0829b4846cb0a0097d919 100644 (file)
@@ -344,6 +344,7 @@ void context_loop(int sock)
           || (!strncasecmp(buf, "/login", 6))
           || (!strncasecmp(buf, "/page_popup", 11))
           || (!strncasecmp(buf, "/page_user", 10))     /* Sometimes this is wrong */
+          || (!strncasecmp(buf, "/display_page", 10))  /* Sometimes this is wrong */
           || (!strncasecmp(buf, "/listsub", 8))
           || (!strncasecmp(buf, "/freebusy", 9))
           || (!strncasecmp(buf, "/termquit", 9)) ) {