comparison NEWS @ 154:ae1bd3d15f81

add GET argument tokens as HTTP headers in the query to the auth-service
author Alain Mazy <am@osimis.io>
date Mon, 18 Mar 2024 14:52:33 +0100
parents 3683f3d083bd
children 9434bb40e27c
comparison
equal deleted inserted replaced
153:3683f3d083bd 154:ae1bd3d15f81
7 * The tools/find has been updated to take this into account and will 7 * The tools/find has been updated to take this into account and will
8 possibly refuse to perform tools/find at instance or series level if there 8 possibly refuse to perform tools/find at instance or series level if there
9 is no StudyInstanceUID in the query. 9 is no StudyInstanceUID in the query.
10 This fixes forbidden access to e.g. /dicom-web/studies/../series/../instances/.. 10 This fixes forbidden access to e.g. /dicom-web/studies/../series/../instances/..
11 on studies that have at least one authorized_labels. 11 on studies that have at least one authorized_labels.
12 12 * The GET argument tokens are now also added as HTTP headers in the query to the
13 auth-service (this was already done only for Header tokens).
13 14
14 15
15 2024-02-16 - v 0.7.0 16 2024-02-16 - v 0.7.0
16 ==================== 17 ====================
17 18