Mercurial > hg > orthanc
changeset 6172:6b55a6afae69
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 11 Jun 2025 17:34:05 +0200 |
parents | 1b3e041cd99b |
children | 628edb487cec |
files | NEWS |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Wed Jun 11 17:33:32 2025 +0200 +++ b/NEWS Wed Jun 11 17:34:05 2025 +0200 @@ -20,9 +20,9 @@ In Orthanc 1.12.6 and 1.12.7, "RejectSopClasses" was used instead of the expected "RejectedSopClasses" spelling. * Fix the re-encoding of DICOM files larger than 4GB -* Improved translations of HTTP error codes when a plugin calls the core Rest API. +* Improved translations of HTTP error codes when a plugin calls the core REST API. e.g., a plugin could receive an error 17:OrthancPluginErrorCode_UnknownResource when the underlying - Rest handler was actually returning an HTTP error 415. The plugin will now receive an + REST handler was actually returning an HTTP error 415. The plugin will now receive an error 3000:OrthancPluginErrorCode_UnsupportedMediaType.