comparison Core/HttpServer/EmbeddedResourceHttpHandler.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
54 bool EmbeddedResourceHttpHandler::Handle( 54 bool EmbeddedResourceHttpHandler::Handle(
55 HttpOutput& output, 55 HttpOutput& output,
56 HttpMethod method, 56 HttpMethod method,
57 const UriComponents& uri, 57 const UriComponents& uri,
58 const Arguments& headers, 58 const Arguments& headers,
59 const Arguments& arguments, 59 const GetArguments& arguments,
60 const std::string&) 60 const std::string&)
61 { 61 {
62 if (!Toolbox::IsChildUri(baseUri_, uri)) 62 if (!Toolbox::IsChildUri(baseUri_, uri))
63 { 63 {
64 // This URI is not served by this handler 64 // This URI is not served by this handler