From 5c59becf6fc2edfe2c2c9f0d6e1a68d767f1ae0e Mon Sep 17 00:00:00 2001 From: James Agnew Date: Tue, 27 Jan 2015 17:54:00 -0500 Subject: [PATCH] Credit for #86 --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8019079d68e..335f7199980 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -288,6 +288,12 @@ Add convenience methods to TokenOrListParam to test whether any of a set of tokens match the given requested list. + + Add a protected method to RestfulServer which allows developers to + implement their own method for determining which part of the request + URL is the FHIR request path (useful if you are embedding the RestulServer inside + of another web framework). Thanks to Harsha Kumara for the pull request! +