X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=c65fd7f3ddeaea800ab6dd787f16c3032216c3c7;hb=169bd77e58fefd930ddc936f524489ddd5149397;hp=28cb08a1bcc2c5720c2085584b74fc6247db0f9f;hpb=3b7d03bc2ebeea5ab0bf8321d88ec8c6837b91f6;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 28cb08a1b..c65fd7f3d 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -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 */ }