Mercurial > hg > orthanc
comparison Core/HttpServer/FilesystemHttpHandler.cpp @ 3401:962e5f00744b
cont
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 07 Jun 2019 14:58:27 +0200 |
parents | 4e43e67f8ecf |
children | 94f4a18a79cc |
comparison
equal
deleted
inserted
replaced
3400:0faae6f6e3c5 | 3401:962e5f00744b |
---|---|
135 const char* /*username*/, | 135 const char* /*username*/, |
136 HttpMethod method, | 136 HttpMethod method, |
137 const UriComponents& uri, | 137 const UriComponents& uri, |
138 const Arguments& headers, | 138 const Arguments& headers, |
139 const GetArguments& arguments, | 139 const GetArguments& arguments, |
140 const char* /*bodyData*/, | 140 const void* /*bodyData*/, |
141 size_t /*bodySize*/) | 141 size_t /*bodySize*/) |
142 { | 142 { |
143 if (!Toolbox::IsChildUri(pimpl_->baseUri_, uri)) | 143 if (!Toolbox::IsChildUri(pimpl_->baseUri_, uri)) |
144 { | 144 { |
145 // This URI is not served by this handler | 145 // This URI is not served by this handler |