From 3aa63fcbddbce8762ad0f3f54d90ad985c0f9c41 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 26 Nov 2001 15:30:51 +0000 Subject: Grrr --- lib/HttpServ.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/HttpServ.cc b/lib/HttpServ.cc index 9ab2959..1fa656a 100644 --- a/lib/HttpServ.cc +++ b/lib/HttpServ.cc @@ -369,6 +369,7 @@ String ProcessRequest::GetMime(const String & f) { if (ext == "html") return "text/html"; if (ext == "gif") return "image/gif"; if (ext == "png") return "image/png"; + if (ext == "class") return "application/octet-stream"; } return "text/plain"; -- cgit v1.2.3