# HG changeset patch # User Sebastien Jodogne # Date 1749656045 -7200 # Node ID 6b55a6afae69b6ef7edae2ad7df82883ac200a9f # Parent 1b3e041cd99bca88fd36acf9fce5e28a4c5aaf50 typo diff -r 1b3e041cd99b -r 6b55a6afae69 NEWS --- 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.