Fixes #4497 - FHIR search via POST (#4498)
commit611600b5c8537ffd9ab53755ef903abc870c9e05
authorStephen Nielson <stephen@nielson.org>
Mon, 5 Jul 2021 22:24:17 +0000 (5 18:24 -0400)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 22:24:17 +0000 (5 15:24 -0700)
treed788af5905e329add95d7de55007df369b6bee1a
parent3819b8dfe6ec691f16c58a03b2b9ebdf0a44a534
Fixes #4497 - FHIR search via POST (#4498)

Map the get requests onto a post operation for FHIR get.  Saved us
from having to duplicate all the routes just to deal with a simple
_search parameter.

Also fixed an issue where ACL exceptions were not being logged properly.
src/Common/Acl/AccessDeniedException.php
src/Common/Http/HttpRestRequest.php
src/Common/Http/HttpRestRouteHandler.php