-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue #160 conditional read support #556
Conversation
sync with master
sync with master
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
fhir-server/src/main/java/com/ibm/fhir/server/resources/FHIRResource.java
Show resolved
Hide resolved
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
fhir-server/src/main/java/com/ibm/fhir/server/resources/FHIRResource.java
Show resolved
Hide resolved
fhir-server/src/main/java/com/ibm/fhir/server/resources/FHIRResource.java
Show resolved
Hide resolved
fhir-server/src/main/java/com/ibm/fhir/server/resources/FHIRResource.java
Outdated
Show resolved
Hide resolved
fhir-server/src/main/java/com/ibm/fhir/server/resources/FHIRResource.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -1,5 +1,5 @@ | |||
/* | |||
* (C) Copyright IBM Corp. 2016,2019 | |||
* (C) Copyright IBM Corp. 2020 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was not right. should have been 2016,2020
@@ -1,5 +1,5 @@ | |||
/* | |||
* (C) Copyright IBM Corp. 2016,2019 | |||
* (C) Copyright IBM Corp. 2020 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not right. should be 2016,2020
(1) Support If-Modified-Since
Support RFC_1123, RFC_850, ANSIC and touchstone date time formats.
(2) Support If-None-Match
Support ETag value with or without " (and W/)
e.g: 1, "1", W/1, W/"1" (the first format is used by TouchStone)