nes-proj/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 Made cfs-based webserver example compatible with 8.3 file systems. 2010-09-28 20:40:52 +00:00
http-strings.c Made cfs-based webserver example compatible with 8.3 file systems. 2010-09-28 20:40:52 +00:00
http-strings.h Made cfs-based webserver example compatible with 8.3 file systems. 2010-09-28 20:40:52 +00:00
httpd-cfs.c Fixed bug introduced with the 8.3 filesystem support. 2011-01-25 20:13:41 +00:00
httpd-cfs.h Made CFS web server pathname length configurable via WEBSERVER_CONF_CFS_PATHLEN and increased default pathname length from 20 to 80 chars in order to allow to actually make use of subdirs. 2010-04-11 20:10:12 +00:00
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 Fix compiler warnings 2010-12-14 22:45:22 +00:00
httpd.h Print ipv6 address in weblog and tcp_stats cgi 2009-08-12 18:23:37 +00:00
Makefile.webserver
urlconv.c Fixed recently introduced minor inconsistency. 2010-09-29 09:35:56 +00:00
urlconv.h Up to now the root of the webserver filesystem was always the current directory. Now an optional file 'wwwroot.cfg' is read. If present its content is used as prefix in the conversion of http paths to local paths. This prefix may be a relative path as well as an absolute path. 2010-08-30 19:44:38 +00:00
webserver-dsc.c
webserver-dsc.h
webserver-nogui.c Print ipv6 address in weblog and tcp_stats cgi 2009-08-12 18:23:37 +00:00
webserver-nogui.h
webserver.c
webserver.h