summaryrefslogtreecommitdiffstats
path: root/wsd/FileServer.hpp
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2018-04-25 15:53:38 -0400
committerHenry Castro <hcastro@collabora.com>2018-05-24 15:10:45 -0400
commit6ff069db62dc38fa9f37d84789266ac4fdf02ba2 (patch)
tree6dd8fd38c83de8c27a44f218b997e57a7483cee5 /wsd/FileServer.hpp
parentloleaflet: move cursors to images directory (diff)
downloadonline-6ff069db62dc38fa9f37d84789266ac4fdf02ba2.tar.gz
online-6ff069db62dc38fa9f37d84789266ac4fdf02ba2.zip
respond different logo brands when it has support
Change-Id: Icddc8b67a20fd829c90c3c5d8eb6942da9c5e74d Reviewed-on: https://gerrit.libreoffice.org/53583 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'wsd/FileServer.hpp')
-rw-r--r--wsd/FileServer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/FileServer.hpp b/wsd/FileServer.hpp
index c3ff59b7bc..8bcc662c75 100644
--- a/wsd/FileServer.hpp
+++ b/wsd/FileServer.hpp
@@ -21,7 +21,7 @@ class FileServerRequestHandler
static std::string getRequestPathname(const Poco::Net::HTTPRequest& request);
static void preprocessFile(const Poco::Net::HTTPRequest& request, Poco::MemoryInputStream& message, const std::shared_ptr<StreamSocket>& socket);
-
+ static void preprocessAdminFile(const Poco::Net::HTTPRequest& request, const std::shared_ptr<StreamSocket>& socket);
public:
/// Evaluate if the cookie exists, and if not, ask for the credentials.
static bool isAdminLoggedIn(const Poco::Net::HTTPRequest& request, Poco::Net::HTTPResponse& response);