OVMS3-idf/examples/protocols/http_server/file_serving/main
Anurag Kar c68390f922 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-05-06 10:46:35 +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-05-06 10:46:35 +05:30
Kconfig.projbuild http_file_server : fix kconfig of example 2019-01-15 07:27:22 +05:30
main.c HTTP Server : File server example added 2019-01-14 12:03:54 +05:30
upload_script.html HTTP Server : File server example added 2019-01-14 12:03:54 +05:30