serenity/Userland/Services/WebServer
Tim Ledbetter c9e4a82c04 WebServer: Return 403 for a GET request to an inaccessible path
Previously, trying to access a non-readable file would cause a
connection reset in the browser; trying to access a non-executable
directory would show a completely empty directory listing.
2023-09-17 17:10:04 -06:00
..
Client.cpp WebServer: Return 403 for a GET request to an inaccessible path 2023-09-17 17:10:04 -06:00
Client.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Configuration.cpp WebServer: Convert document_root_path from DeprecatedString to String 2023-05-21 07:52:41 +02:00
Configuration.h WebServer: Convert document_root_path from DeprecatedString to String 2023-05-21 07:52:41 +02:00
main.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00