Mercurial > hg > orthanc-authorization
changeset 300:bf0742863367
fix spelling of DICOMWeb as DICOMweb
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 12 Nov 2025 13:16:50 +0100 |
| parents | 464d81772f98 |
| children | 79af518c9219 |
| files | Plugin/DefaultAuthorizationParser.cpp Plugin/DefaultConfiguration.json |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/DefaultAuthorizationParser.cpp Thu Oct 23 13:47:48 2025 +0200 +++ b/Plugin/DefaultAuthorizationParser.cpp Wed Nov 12 13:16:50 2025 +0100 @@ -45,7 +45,7 @@ tmp = tmp.substr(0, tmp.size() - 1); } - // note: if you add new DICOMWeb routes here, add them in the DefaultConfiguration.json too + // note: if you add new DICOMweb routes here, add them in the DefaultConfiguration.json too dicomWebStudies_ = boost::regex( "^" + tmp + "/studies/([.0-9]+)(|/series|/metadata|/instances|/rendered|/thumbnail)(|/)$");
--- a/Plugin/DefaultConfiguration.json Thu Oct 23 13:47:48 2025 +0200 +++ b/Plugin/DefaultConfiguration.json Wed Nov 12 13:16:50 2025 +0100 @@ -110,7 +110,7 @@ ["get" , "^/DICOM_WEB_ROOT/servers$", "all|send|q-r-remote-modalities"], ["post" , "^/DICOM_WEB_ROOT/(servers)/(.*)/stow$", "all|send"], - // DICOMWeb QIDO-RS + // DICOMweb QIDO-RS ["get" , "^/DICOM_WEB_ROOT/(studies|series|instances)(|/)$", "all|view"], // modifications/anonymization @@ -153,4 +153,4 @@ // ["post", "^/my-plugin/do-something$", "all|upload"] // ] } -} \ No newline at end of file +}
