# HG changeset patch # User Alain Mazy # Date 1747040280 -7200 # Node ID b643a16118fa91b61000927d17fcacead64b19e1 # Parent 122c256f9bf9bfc2eeaf4a0211ea2ee25610b8d0 fix calls to /studies/../series/../rendered returning a 404 if the series has multiple instances diff -r 122c256f9bf9 -r b643a16118fa NEWS --- a/NEWS Tue Apr 29 10:57:06 2025 +0200 +++ b/NEWS Mon May 12 10:58:00 2025 +0200 @@ -1,3 +1,12 @@ +=> Minimum Orthanc version: 1.12.5 <= +=> Recommended SDK version: 1.12.4 <= +=> Minimum SDK version: 1.12.1 <= + +* Fix calls to /studies/../series/../rendered returning a 404 if the series has + multiple instances. + https://discourse.orthanc-server.org/t/thumbnail-orthanc-stone-viewer-issue/5827/3 + + Version 1.19 (2025-04-29) ========================= diff -r 122c256f9bf9 -r b643a16118fa Plugin/WadoRs.cpp --- a/Plugin/WadoRs.cpp Tue Apr 29 10:57:06 2025 +0200 +++ b/Plugin/WadoRs.cpp Mon May 12 10:58:00 2025 +0200 @@ -1116,7 +1116,7 @@ sopInstanceUid, "Instance", request, - false); + true); if (ret && metadata.find("TransferSyntax") != metadata.end()) {