From d77c0b959000c7b3457d2cc70424efe09fa29140 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Wed, 22 Nov 2017 20:00:09 -0500 Subject: [PATCH] Credit for #769 --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3d0105c8b64..e0b95beeaa6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -225,6 +225,12 @@ JAX-RS server module was not able to generate server CapabilityStatement for some versions of FHIR (DSTU2_HL7ORG, DSTU2_1, or R4). Thanks to Clayton Bodendein for the Pull Request! + + When a server method throws a DataFormatException, the error will now be converted into + an HTTP 400 instead of an HTTP 500 when returned to the client (and a stack + trace will now be returned to the client for JAX-RS server if configured to + do so). Thanks to Clayton Bodendein for the pull request! +