dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data
GNU General Public License v3.0
14 stars 1 forks source link

Processor Manager, Productclass Manager and others: Return HTTP status 304 on update if no change #133

Closed tangobravo62 closed 5 months ago

tangobravo62 commented 3 years ago

Currently the update services (PATCH requests) return HTTP 200 for most services, even if the data was not actually modified. The services shall be updated to return HTTP status 304 (NOT MODIFIED) in such cases.

tangobravo62 commented 5 months ago

Confirmed by code inspection.