From 456afa17e9dfbfb5277e39f4b76d203d10e6ec3c Mon Sep 17 00:00:00 2001 From: jmarchionatto <60409882+jmarchionatto@users.noreply.github.com> Date: Fri, 14 Jan 2022 09:20:45 -0500 Subject: [PATCH] 2681 member match fix method (#3281) * Disallow operation invocation by GET request * Add changelog Co-authored-by: juan.marchionatto --- .../2681-member-match-operation-must-be-invoked-by-post.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/2681-member-match-operation-must-be-invoked-by-post.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/2681-member-match-operation-must-be-invoked-by-post.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/2681-member-match-operation-must-be-invoked-by-post.yaml new file mode 100644 index 00000000000..0acad38daec --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/2681-member-match-operation-must-be-invoked-by-post.yaml @@ -0,0 +1,4 @@ +--- +type: fix +title: "$member-match operation was allowed to be invoked by GET when it shouldn't have. + That is fixed. Operation can only be invoked by POST request"