highmed / highmed-dsf

HiGHmed Data Sharing Framework funded by the German Federal Ministry of Education and Research (BMBF, grant ids: 01ZZ1802E and 01ZZ1802A)
Apache License 2.0
32 stars 20 forks source link

adds conditional read to client, adds conditional read test, fixes #206 #319

Closed hhund closed 2 years ago

hhund commented 2 years ago

Our ifNoneMatch implementation within AbstractResourceServiceImpl could be improved, since it currently only supports a single value in the If-None-Match header. Example with multiple values see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-None-Match#syntax

fixes #206