Mercurial > hg > orthanc-authorization
changeset 235:f970d8d7012b
Fix default permission for /dicom-web/servers/../stow
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 16 May 2025 11:57:35 +0200 (2 weeks ago) |
parents | ae86575c16dc |
children | eb58d8793673 |
files | NEWS Plugin/DefaultConfiguration.json |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Wed May 07 12:34:15 2025 +0200 +++ b/NEWS Fri May 16 11:57:35 2025 +0200 @@ -7,7 +7,7 @@ * New default permissions to Q&R remote modalities * Maintenance: Use Orthanc SDK 1.12.4 by default to benefit from more detailed logging. - +* Fix default permission for /dicom-web/servers/../stow 2025-04-29 - v 0.9.2 ====================
--- a/Plugin/DefaultConfiguration.json Wed May 07 12:34:15 2025 +0200 +++ b/Plugin/DefaultConfiguration.json Fri May 16 11:57:35 2025 +0200 @@ -103,7 +103,7 @@ ["post", "^/queries/([a-f0-9-]+)/answers/([0-9]+)/retrieve$", "all|q-r-remote-modalities"], ["post", "^/modalities/(.*)/move$", "all|q-r-remote-modalities"], ["get" , "^/DICOM_WEB_ROOT/servers$", "all|send|q-r-remote-modalities"], - ["get" , "^/DICOM_WEB_ROOT/(servers)/(.*)/stow$", "all|send"], + ["post" , "^/DICOM_WEB_ROOT/(servers)/(.*)/stow$", "all|send"], // DICOMWeb QIDO-RS ["get" , "^/DICOM_WEB_ROOT/(studies|series|instances)(|/)$", "all|view"],