OVMS3-idf/examples/protocols/http_server/file_serving/main
Anurag Kar 59afbe4eed File Server Example : Check longer than allowed filenames when converting from URIs to filepaths
This change prevents buffer overflows in case of really long file paths.

Other changes:
* Remove query (?) and fragment (#) component from URI when converting to file path
* /index.html and favicon.ico can be overridden by files with same name and path in SPIFFS
* README.md updated
2019-04-29 12:19:59 +05:30
..
CMakeLists.txt HTTP Server : File server example added 2019-01-14 12:03:54 +05:30
component.mk HTTP Server : File server example added 2019-01-14 12:03:54 +05:30
favicon.ico HTTP Server : File server example added 2019-01-14 12:03:54 +05:30
file_server.c File Server Example : Check longer than allowed filenames when converting from URIs to filepaths 2019-04-29 12:19:59 +05:30
main.c examples/protocols/http(s)_server: use common network component 2019-04-15 03:32:05 +00:00
upload_script.html HTTP Server : File server example added 2019-01-14 12:03:54 +05:30