hapi-fhir
hapi-fhir copied to clipboard
Add changelog, implement HEAD
Closes #3696
- Add changelog
- Permit HEAD on /metadata
- Permit HEAD on searches.
- Given the discussion requirements here , we do not short-circuit when we detect a head, but instead do all processing, and simply return no body. (spring seems to automatically do this when it detects the incoming request is a HEAD operation)