# HG changeset patch # User Alain Mazy # Date 1699876750 -3600 # Node ID 8591a0c1fa2afaaf091c4cfda6c32933966267dc # Parent 8b123c2adb69e8230f22cb63b4ccb716ad38d55a updated default 'Permissions' configuration to take the '/merge' routes into account diff -r 8b123c2adb69 -r 8591a0c1fa2a NEWS --- a/NEWS Fri Oct 20 15:29:14 2023 +0200 +++ b/NEWS Mon Nov 13 12:59:10 2023 +0100 @@ -1,6 +1,8 @@ Pending changes in the mainline =============================== +* updated default "Permissions" configuration to take the "/merge" routes + into account. * now overriding /tools/find and /tools/labels only if the auth-service is providing user profiles ("WebServiceUserProfileUrl" has been configured). diff -r 8b123c2adb69 -r 8591a0c1fa2a Plugin/DefaultConfiguration.json --- a/Plugin/DefaultConfiguration.json Fri Oct 20 15:29:14 2023 +0200 +++ b/Plugin/DefaultConfiguration.json Mon Nov 13 12:59:10 2023 +0100 @@ -89,7 +89,7 @@ ["get" , "^/DICOM_WEB_ROOT/(servers)/(.*)/stow$", "all|send"], // modifications/anonymization - ["post", "^/(patients|studies|series|instances)/([a-f0-9-]+)/modify(.*)$", "all|modify"], + ["post", "^/(patients|studies|series|instances)/([a-f0-9-]+)/(modify|merge)(.*)$", "all|modify"], ["post", "^/(patients|studies|series|instances)/([a-f0-9-]+)/anonymize(.*)$", "all|anonymize"], // labels