James Agnew
James Agnew
This is a PR to add the ability to customize the error message that is thrown on timeouts, for situations where it would be helpful to have additional details about...
Just a simple refactor to move non-JPA specific code out of the JPA module
First, apologies if this is not the right venue for this comment. I'd like to suggest an enhancement to [draft-ietf-httpbis-safe-method-w-body-02](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-safe-method-w-body-02). I work on the [HL7 FHIR](http://hl7.org/fhir/) standard, which is a...
When using HTML which is deployed to a local hard drive, the browser will issue a CORS preflight request with an Origin header of "Origin: null". Currently CORSFilter treats this...
Processing for includes was generating a significant number of database round trips (50+ for a simple Observation query with 3 includes). This PR streamlines include processing significantly. The basic issue...
Backport the fix for #4742 to the 6.4 release branch
This is a follow-on from the discussion in #1151 . Currently the `JsonParser.Feature.INCLUDE_SOURCE_IN_LOCATION` setting can be used to choose whether to include source information as a part of the location...