Fixed bug 301. /listsub operations do not require a
[citadel.git] / webcit / webcit.c
index 28cb08a1bcc2c5720c2085584b74fc6247db0f9f..c65fd7f3ddeaea800ab6dd787f16c3032216c3c7 100644 (file)
@@ -1310,7 +1310,7 @@ void session_loop(struct httprequest *req)
                        wprintf("HTTP/1.1 404 Security check failed\r\n");
                        wprintf("Content-Type: text/plain\r\n");
                        wprintf("\r\n");
-                       wprintf("Security check failed.\r\n");
+                       wprintf("You have sent a malformed or invalid request.\r\n");
                }
                goto SKIP_ALL_THIS_CRAP;        /* Don't try to connect */
        }