comparison Core/HttpServer/FilesystemHttpHandler.cpp @ 1363:feaf2840917c

Plugins now receive duplicated GET arguments in their REST callbacks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2015 15:21:26 +0200
parents 6e7e5ed91c2d
children 8dc80ba768aa
comparison
equal deleted inserted replaced
1362:bf6db7d2f8b1 1363:feaf2840917c
127 bool FilesystemHttpHandler::Handle( 127 bool FilesystemHttpHandler::Handle(
128 HttpOutput& output, 128 HttpOutput& output,
129 HttpMethod method, 129 HttpMethod method,
130 const UriComponents& uri, 130 const UriComponents& uri,
131 const Arguments& headers, 131 const Arguments& headers,
132 const Arguments& arguments, 132 const GetArguments& arguments,
133 const std::string&) 133 const std::string&)
134 { 134 {
135 if (!Toolbox::IsChildUri(pimpl_->baseUri_, uri)) 135 if (!Toolbox::IsChildUri(pimpl_->baseUri_, uri))
136 { 136 {
137 // This URI is not served by this handler 137 // This URI is not served by this handler