Mercurial > hg > orthanc
diff NEWS @ 3167:860aed8258c3
Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Jan 2019 13:10:52 +0100 |
parents | 1fe524e211af |
children | 6f5e38ec1f12 |
line wrap: on
line diff
--- a/NEWS Fri Jan 25 09:47:13 2019 +0100 +++ b/NEWS Fri Jan 25 13:10:52 2019 +0100 @@ -11,6 +11,7 @@ * Don't return tags whose group is below 0x0008 in C-FIND SCP answers * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive) +* Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404) * Fix issue #90 (C-Find shall match missing tags to null/empty string) * Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0) * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)