From e20443010d602aad53f0a15d9575a734621ebd2e Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Thu, 1 Aug 2019 06:38:37 -0400 Subject: [PATCH] Credit for #1404 --- pom.xml | 5 +++++ src/changes/changes.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 72516a69feb..225cbe176e6 100755 --- a/pom.xml +++ b/pom.xml @@ -530,6 +530,11 @@ gteichrow Gary Teichrow + + sethrylan + Seth Rylan Gainey + http://sethrylan.org/ + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 868c2636543..bfa232859cb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -359,6 +359,11 @@ can now be used to upload custom vocabulary that has been converted into a standard file format defined by HAPI FHIR. This is useful for uploading large organizational code systems. + + In the JAX-RS server, the resource type history and instance vread + operations had ambiguous paths that could lead to the wrong method + being called. Thanks to Seth Rylan Gainey for the pull request! +