hapi-fhir/hapi-fhir-jpaserver-test-r4
Luke deGruchy 6a657d46da
Fix UrlUtil.unescape() by not escaping "+" to " " if this is an "application/..." _outputFormat. (#4220)
* First commit:  Failing unit test and a TODO with a vague idea of where the bug happens.

* Don't escape "+" in a URL GET parameter if it starts with "application".

* Remove unnecessary TODO.

* Add changelog.

* Code review feedback on naming.  Also, make logic more robust by putting plus and should escape boolean && in parens.
2022-10-31 14:49:43 -04:00
..
src/test Fix UrlUtil.unescape() by not escaping "+" to " " if this is an "application/..." _outputFormat. (#4220) 2022-10-31 14:49:43 -04:00
pom.xml Make reference extractor more reusable (#4205) 2022-10-27 21:31:39 -04:00