osd-contiki/apps/webserver
oliverschmidt b15deeff07 Fixed bug introduced with the 8.3 filesystem support.
If we use .htm instead of .html then we should also check for .htm instead of .html when it comes to MIME type setting.

Interestingly this didn't show up when testing with Internet Explorer as that one just ignores the wrong MIME type and displays the HTML page as expected.

Thanks to Shane Wood for pointing out the issue!
2011-01-25 20:13:41 +00:00
..
httpd-fs
http-strings
http-strings.c
http-strings.h
httpd-cfs.c
httpd-cfs.h
httpd-cgi.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
httpd-cgi.h
httpd-fs.c
httpd-fs.h
httpd-fsdata.c
httpd-fsdata.h
httpd.c
httpd.h
Makefile.webserver Removed unreferenced source from application makefile. 2007-04-23 21:22:54 +00:00
urlconv.c Fixed recently introduced minor inconsistency. 2010-09-29 09:35:56 +00:00
urlconv.h
webserver-dsc.c
webserver-dsc.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
webserver-nogui.c
webserver-nogui.h
webserver.c Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-) 2008-02-08 22:48:28 +00:00
webserver.h