Index: trunk/server/common/oursrc/execsys/static-cat.c.pre
===================================================================
--- trunk/server/common/oursrc/execsys/static-cat.c.pre	(revision 1119)
+++ trunk/server/common/oursrc/execsys/static-cat.c.pre	(revision 1464)
@@ -336,5 +336,5 @@
 			exit(0);
 		for (j = 0; j < 2 * NEXTS; j += 2) {
-			if (strcmp(map[j], &argv[1][i]) == 0) {
+			if (strcasecmp(map[j], &argv[1][i]) == 0) {
 				content_type = map[j + 1];
 			}
