diff Core/HttpServer/FilesystemHttpHandler.cpp @ 1571:3232f1c995a5

provide the origin of the requests to HTTP handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 11:04:19 +0200
parents 3606278d305e
children bd1889029cbb
line wrap: on
line diff
--- a/Core/HttpServer/FilesystemHttpHandler.cpp	Sun Aug 23 11:13:03 2015 +0200
+++ b/Core/HttpServer/FilesystemHttpHandler.cpp	Tue Aug 25 11:04:19 2015 +0200
@@ -126,6 +126,9 @@
 
   bool FilesystemHttpHandler::Handle(
     HttpOutput& output,
+    RequestOrigin /*origin*/,
+    const char* /*remoteIp*/,
+    const char* /*username*/,
     HttpMethod method,
     const UriComponents& uri,
     const Arguments& headers,