Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Core/HttpServer/EmbeddedResourceHttpHandler.cpp Fri May 15 17:33:43 2015 +0200 +++ b/Core/HttpServer/EmbeddedResourceHttpHandler.cpp Wed May 20 15:21:26 2015 +0200 @@ -56,7 +56,7 @@ HttpMethod method, const UriComponents& uri, const Arguments& headers, - const Arguments& arguments, + const GetArguments& arguments, const std::string&) { if (!Toolbox::IsChildUri(baseUri_, uri))