Ignore:
Timestamp:
Feb 12, 2010, 3:52:35 AM (14 years ago)
Author:
mitchb
Message:
What's that?  I can't hear you over the static!

o Make Apache, suEXEC, and static-cat case-insensitive about extensions
o Add wav, mid, and midi as static extensions
o Add missing mime-type for svg files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/execsys/static-cat.c.pre

    r104 r1464  
    336336                        exit(0);
    337337                for (j = 0; j < 2 * NEXTS; j += 2) {
    338                         if (strcmp(map[j], &argv[1][i]) == 0) {
     338                        if (strcasecmp(map[j], &argv[1][i]) == 0) {
    339339                                content_type = map[j + 1];
    340340                        }
Note: See TracChangeset for help on using the changeset viewer.